| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-11-24 | Change behaviour of moveresize(), moveresizeedge() | Warrick Lo | 2 | -97/+34 | |
| 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 | 2 | -0/+170 | |
| 2021-11-24 | Add restarting functionality | Warrick Lo | 2 | -1/+24 | |
| 2021-11-24 | Always center floating windows | Warrick Lo | 1 | -0/+2 | |
| 2021-11-24 | Window focus now only switches on click | Warrick Lo | 2 | -45/+6 | |
| 2021-11-24 | Add window swallowing support | Warrick Lo | 3 | -26/+256 | |
| 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 | 2 | -9/+104 | |
| 2021-11-23 | Add ability to swap windows around in the stack | Warrick Lo | 2 | -0/+52 | |
| 2021-11-23 | Add autostarting functionality | Warrick Lo | 2 | -1/+60 | |
| 2021-11-23 | Add attachaside functionality | Warrick Lo | 1 | -4/+28 | |
| 2021-11-23 | Add gaps between windows | Warrick Lo | 2 | -18/+97 | |
| 2021-11-23 | Add pertag functionality | Warrick Lo | 1 | -6/+82 | |