-
Notifications
You must be signed in to change notification settings - Fork 0
My build of dwm 6.2 - dynamic window manager
License
Arden97/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 Running dwm ----------- Add the following line to your .xinitrc to start dwm using startx: exec dwm Configuration ------------- The configuration of dwm is done by creating a custom config.h and (re)compiling the source code. Applied patches --------------- - Alpha https://dwm.suckless.org/patches/alpha/ - Actual fullscreen https://dwm.suckless.org/patches/actualfullscreen/ - Bottom stack layout https://dwm.suckless.org/patches/bottomstack/ - Centered master layout https://dwm.suckless.org/patches/centeredmaster/ - Cool autostart https://dwm.suckless.org/patches/cool_autostart/ - Hide vacant tags https://dwm.suckless.org/patches/hide_vacant_tags/ - Stacker https://dwm.suckless.org/patches/stacker/ - Sticky https://dwm.suckless.org/patches/sticky/ - Swallow https://dwm.suckless.org/patches/swallow/
About
My build of dwm 6.2 - dynamic window manager