reverted some patches from dwm

This commit is contained in:
2023-03-13 17:03:04 +01:00
parent 13569bf9bd
commit 28430b51c1

View File

@@ -400,7 +400,7 @@
/* This patch draws and updates the statusbar on all monitors. /* This patch draws and updates the statusbar on all monitors.
* https://dwm.suckless.org/patches/statusallmons/ * https://dwm.suckless.org/patches/statusallmons/
*/ */
#define BAR_STATUSALLMONS_PATCH 0 #define BAR_STATUSALLMONS_PATCH 1
/* This patch enables colored text in the status bar. It changes the way colors are defined /* This patch enables colored text in the status bar. It changes the way colors are defined
* in config.h allowing multiple color combinations for use in the status script. * in config.h allowing multiple color combinations for use in the status script.
@@ -564,7 +564,7 @@
* like chromium (with "Use system title bar and borders" turned off) or vlc in fullscreen mode. * like chromium (with "Use system title bar and borders" turned off) or vlc in fullscreen mode.
* https://dwm.suckless.org/patches/decoration_hints/ * https://dwm.suckless.org/patches/decoration_hints/
*/ */
#define DECORATION_HINTS_PATCH 1 #define DECORATION_HINTS_PATCH 0
/* This feature distributes all clients on the current monitor evenly across all tags. /* This feature distributes all clients on the current monitor evenly across all tags.
* It is a variant of the reorganizetags patch. * It is a variant of the reorganizetags patch.