Adding the toggletopbar patch ref. #363

This commit is contained in:
bakkeby
2023-06-25 22:52:50 +02:00
parent 3881ad4ad1
commit 10a6640732
8 changed files with 51 additions and 4 deletions

View File

@@ -1255,6 +1255,11 @@
*/
#define TOGGLEFULLSCREEN_PATCH 0
/* This patch allows for the bar position (top or bottom) to be toggled during runtime.
* https://dwm.suckless.org/patches/toggletopbar/
*/
#define TOGGLETOPBAR_PATCH 0
/* Minor patch that lets you use the same keyboard shortcut to toggle to the previous layout if the
* designated layout is already active.
*