diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 15:26:41 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-09-05 15:26:41 +0400 |
commit | 7dc6b7907d9ca8dc8b7672d6e603cd36789ddebf (patch) | |
tree | 30d510c03077c4e9d74ac5a14ab28edce570ea8f | |
parent | 7f3238aed6c681e5d69dad9675b709bc9e8ad9e5 (diff) |
README updated
-rw-r--r-- | README | 57 |
1 files changed, 19 insertions, 38 deletions
@@ -1,48 +1,29 @@ dwm - dynamic window manager ============================ -dwm is an extremely fast, small, and dynamic window manager for X. +BSPWM (github.com/baskerville/bspwm) like build of dwm, +Forked from git.suckless.org/dwm -Requirements ------------- -In order to build dwm you need the Xlib header files. +Installing dwm +-------------- +It is recommended not build dwm from this repo but +instead use git.farajli.net/slcf, since it includes +all the other necessary software for this build like slstatus, scripts, etc. +For building it from slcf refer to the given link. +If dependencies are not wanted, run +make install -Installation ------------- -Edit config.mk to match your local setup (dwm is installed into -the /usr/local namespace by default). -Afterwards enter the following command to build and install dwm (if -necessary as root): +Keybinds +-------- +Refer to the man page. - make clean install - -Running dwm ------------ -Add the following line to your .xinitrc to start dwm using startx: - - exec dwm - -In order to connect dwm to a specific display, make sure that -the DISPLAY environment variable is set correctly, e.g.: - - DISPLAY=foo.bar:1 exec dwm - -(This will start dwm on display :1 of the host foo.bar.) - -In order to display status info in the bar, you can do something -like this in your .xinitrc: - - while xsetroot -name "`date` `uptime | sed 's/.*,//'`" - do - sleep 1 - done & - exec dwm - - -Configuration +Added Patches ------------- -The configuration of dwm is done by creating a custom config.h -and (re)compiling the source code. +- https://dwm.suckless.org/patches/actualfullscreen +- https://dwm.suckless.org/patches/fullgaps +- https://dwm.suckless.org/patches/moveresize +- https://dwm.suckless.org/patches/setborderpx +- https://dwm.suckless.org/patches/focusmaster |