| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-11-26 | Fix transparent borders when using a compositorHEADmaster | Warrick Lo | 1 | -0/+2 | |
| 2021-11-26 | Fix window borders showing while gaps are disabled | Warrick Lo | 1 | -10/+8 | |
| While gaps are disabled in monocle layout or tiling layout with one window, borders would show on adjacent monitors. The commit makes it so that the border width is set to 0 if in monocle layout or there is only one tiling window. Offsets and window sizes are adjusted in resize(). | |||||
| 2021-11-26 | Fix typos and formatting | Warrick Lo | 1 | -51/+54 | |
| 2021-11-24 | Add cfacts fuctionality | Warrick Lo | 2 | -5/+38 | |
| Added the ability to increase/decrease a window's weight (screen space). | |||||
| 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 | |
| 2021-11-22 | Add dwm 6.2 source code | Warrick Lo | 13 | -0/+3196 | |
| Commit a786211 (2021-08-20) of the dwm source tree. | |||||