diff options
| author | bakkeby <[email protected]> | 2019-10-04 23:39:01 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 23:39:01 +0200 |
| commit | 69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8 (patch) | |
| tree | ff600596d4f055134811caf0c8af5a50df0da051 /README.md | |
| parent | e0a21f0869904eb819e559a14f46820279b993cc (diff) | |
| download | dwm-flexipatch-69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8.tar.gz dwm-flexipatch-69c6037b26d7adb4cf2a2f50111fbdf58d15e4e8.zip | |
Adding noborder patch
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -13,7 +13,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t ### Changelog: -2019-10-04 - Added maximize, movestack and monoclesymbol patches +2019-10-04 - Added maximize, movestack, monoclesymbol, noborder patches 2019-10-03 - Added onlyquitonempty and switchcol patches @@ -149,6 +149,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t - [movestack](https://dwm.suckless.org/patches/movestack/) - allows you to move clients around in the stack and swap them with the master + - [noborder](https://dwm.suckless.org/patches/noborder/) + - removes the border when there is only one window visible + - [onlyquitonempty](https://dwm.suckless.org/patches/onlyquitonempty/) - makes it so dwm will only exit via quit() if no windows are open (in order to prevent accidental loss of work) |
