# dwm suckless window manager # learn https://dwm.suckless.org/tutorial/ -> short tutorial on essentials https://ratfactor.com/dwm -> handy visual guide to dwm # Todo list TODO modes # keys `man dwm` # statusbar What do I really need from a statusbar? - time - date '+%F %R' - battery - small C program - volume (updated by signal) - improvable C program taken from https://gist.github.com/csdivad/8e1b7798cba66400a834cea548c3e90b - network status - small C program # modes See [dwm-mode](dwm-mode) project # patches dwm-hide_vacant_tags-6.4 - hides tags with no windows dwm-scratchpad - dynamic scratchpad like i3 dwm-actualfullscreen - hide everything but the focused window's contents dwm-stacker - manipulate slave window stack dwm-integrated-statusbar - efficient statusbar - NOTE: specified programs to run should be in standard system PATH folders, not user's (you can put them under /usr/local/bin/) - probably can tweak this but don't know how yet dwm-nametag-prepend - rename tags on the fly