| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-11-24 | Add cfacts fuctionality | Warrick Lo | 1 | -0/+3 | |
| Added the ability to increase/decrease a window's weight (screen space). | |||||
| 2021-11-24 | Change behaviour of moveresize(), moveresizeedge() | Warrick Lo | 1 | -8/+8 | |
| 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-24 | Allow moving and resizing windows with keyboard | Warrick Lo | 1 | -0/+16 | |
| 2021-11-24 | Add restarting functionality | Warrick Lo | 1 | -1/+2 | |
| 2021-11-24 | Window focus now only switches on click | Warrick Lo | 1 | -1/+1 | |
| 2021-11-24 | Add window swallowing support | Warrick Lo | 1 | -3/+6 | |
| Requires the X Resource Extension. Window swallowing will not be able to handle programs launched from tmux. | |||||
| 2021-11-23 | Add EWMH desktop & decoration hints support | Warrick Lo | 1 | -4/+5 | |
| 2021-11-23 | Add ability to swap windows around in the stack | Warrick Lo | 1 | -0/+2 | |
| 2021-11-23 | Add autostarting functionality | Warrick Lo | 1 | -0/+4 | |
| 2021-11-23 | Add gaps between windows | Warrick Lo | 1 | -0/+6 | |
| 2021-11-22 | Add dwm 6.2 source code | Warrick Lo | 1 | -0/+116 | |
| Commit a786211 (2021-08-20) of the dwm source tree. | |||||