aboutsummaryrefslogtreecommitdiff
path: root/dwm.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-11-26Fix typos and formattingWarrick Lo1-51/+54
2021-11-24Add cfacts fuctionalityWarrick Lo1-5/+35
Added the ability to increase/decrease a window's weight (screen space).
2021-11-24Change behaviour of moveresize(), moveresizeedge()Warrick Lo1-89/+26
Removed cursor warping when moving/resizing, since dwm has already been patched to focus windows only when clicked. Removed some options for moveresize(). We (likely) aren't going to be using them anyway. Replaced the if statments in moveresizeedge() with a switch statement.
2021-11-24Allow moving and resizing windows with keyboardWarrick Lo1-0/+154
2021-11-24Add restarting functionalityWarrick Lo1-0/+22
2021-11-24Always center floating windowsWarrick Lo1-0/+2
2021-11-24Window focus now only switches on clickWarrick Lo1-44/+5
2021-11-24Add window swallowing supportWarrick Lo1-22/+248
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-5/+99
2021-11-23Add ability to swap windows around in the stackWarrick Lo1-0/+50
2021-11-23Add autostarting functionalityWarrick Lo1-1/+56
2021-11-23Add attachaside functionalityWarrick Lo1-4/+28
2021-11-23Add gaps between windowsWarrick Lo1-18/+91
2021-11-23Add pertag functionalityWarrick Lo1-6/+82
2021-11-22Add dwm 6.2 source codeWarrick Lo1-0/+2152
Commit a786211 (2021-08-20) of the dwm source tree.