dwm is and extremely fast, small, and dynamic window manager for X.
This is my own custom build of dwm. For dwm-polybar build, click here. Below are patches that I added into my dwm build.
- actualfullscreen: Toggle fullscreen on selected window; (Latest ver: 20211013)
- bar height: Allow to configure statusbar height; (Latest ver: 6.2)
- scratchpad: Spawn a floating window that can be hidden instead of occuping a window space; (Latest ver: 22021102)
- status2d: Allow color output for statusbar; (Latest ver: 6.4)
- statusallmons: Draws and updates all statusbar for multi-monitor setup; (Latest ver: 6.2)
- sticky: Toggle a selected window to be sticky; (Latest ver: 6.4)
- systray: Show systray on statusbar; (Latest ver: 6.4)
- titlecolor: Change title background and foreground color; (Latest ver: 20210815)
- vanitygaps: Add gaps between windows for every available layouts, only include centeredmaster and bottomstack layout; (Latest ver: 6.2)
- windowmap: Makes windows get mapped or unmapped in Xorg, to allow fading animation by picom; (Latest ver: 20221026)
$ git clone https://github.com/wongweilok/dwm.git
$ cd dwm
$ sudo make clean install