diff --git a/dwm/.dwm/patches.def.h b/dwm/.dwm/patches.def.h index 744b8e5..83b3d67 100644 --- a/dwm/.dwm/patches.def.h +++ b/dwm/.dwm/patches.def.h @@ -400,7 +400,7 @@ /* This patch draws and updates the statusbar on all monitors. * 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 * 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. * 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. * It is a variant of the reorganizetags patch.