-
Notifications
You must be signed in to change notification settings - Fork 0
My version of dwm
License
dixiedream/dwm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
dwm - dynamic window manager ============================ dwm is an extremely fast, small, and dynamic window manager for X. Requirements ------------ In order to build dwm you need the Xlib header files. 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): make clean install Applied patches --------------- - https://dwm.suckless.org/patches/actualfullscreen/ - https://dwm.suckless.org/patches/centeredmaster/ - https://dwm.suckless.org/patches/cyclelayouts/ - https://dwm.suckless.org/patches/fullgaps/ - https://dwm.suckless.org/patches/hide_vacant_tags/ - https://dwm.suckless.org/patches/restartsig/ - https://dwm.suckless.org/patches/swapfocus/ - https://dwm.suckless.org/patches/statsallmon/ - https://dwm.suckless.org/patches/xrdb/