Adding togglefullscreen patch

This commit is contained in:
bakkeby
2019-09-05 23:27:33 +02:00
parent e681ab5dd9
commit 448f8db4c2
7 changed files with 31 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
### Changelog:
2019-09-05 - Alpha, systray, pertag and zoomswap patches added
2019-09-05 - Alpha, systray, togglefullscreen, pertag and zoomswap patches added
### Patches included:
@@ -24,6 +24,9 @@ Refer to [https://dwm.suckless.org/](https://dwm.suckless.org/) for details on t
- [systray](https://dwm.suckless.org/patches/systray/)
- adds system tray in the status bar
- [togglefullscreen](https://github.com/bakkeby/dwm-vanitygaps/blob/master/patches/dwm-togglefullscreen-6.2.diff)
- allows you to toggle fullscreen on and off using a single shortcut key
- [zoomswap](https://dwm.suckless.org/patches/zoomswap/)
- allows a master and a stack window to swap places rather than every window on the screen changing position