aboutsummaryrefslogtreecommitdiff
path: root/config.def.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-24Allow moving and resizing windows with keyboardWarrick Lo1-0/+16
2021-11-24Add restarting functionalityWarrick Lo1-1/+2
2021-11-24Window focus now only switches on clickWarrick Lo1-1/+1
2021-11-24Add window swallowing supportWarrick Lo1-3/+6
Requires the X Resource Extension. Window swallowing will not be able to handle programs launched from tmux.
2021-11-23Add EWMH desktop & decoration hints supportWarrick Lo1-4/+5
2021-11-23Add ability to swap windows around in the stackWarrick Lo1-0/+2
2021-11-23Add autostarting functionalityWarrick Lo1-0/+4
2021-11-23Add gaps between windowsWarrick Lo1-0/+6
2021-11-22Add dwm 6.2 source codeWarrick Lo1-0/+116
Commit a786211 (2021-08-20) of the dwm source tree.