From 28430b51c138108f2d7c348c313cc7bbec3e1a44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Czy=C5=BC?= Date: Mon, 13 Mar 2023 17:03:04 +0100 Subject: [PATCH] reverted some patches from dwm --- dwm/.dwm/patches.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.