Adding movestack patch

This commit is contained in:
bakkeby
2019-10-04 23:13:55 +02:00
parent 8c768b21e1
commit e0a21f0869
7 changed files with 73 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
2019-10-04 - Added maximize and monoclesymbol patches
2019-10-04 - Added maximize, movestack and monoclesymbol patches
2019-10-03 - Added onlyquitonempty and switchcol patches
@@ -146,6 +146,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- always display the the monocle-symbol as defined in config.h if the monocle-layout is activated
- do not display the number of open clients in the current tag
- [movestack](https://dwm.suckless.org/patches/movestack/)
- allows you to move clients around in the stack and swap them with the master
- [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)