summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-10 00:38:57 +0200
committerbakkeby <[email protected]>2019-09-10 00:38:57 +0200
commit2d1d1dade4b183324643f530188584e55d4a09e5 (patch)
treed671c7224c9c62c5819c4a93e54d6ee6bfe21a6b
parent18358036110b618f63b2da53e9829aef4f16e5b9 (diff)
downloaddwm-flexipatch-2d1d1dade4b183324643f530188584e55d4a09e5.tar.gz
dwm-flexipatch-2d1d1dade4b183324643f530188584e55d4a09e5.zip
Corrections
-rw-r--r--patches.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/patches.h b/patches.h
index a042aaf..e67ecd2 100644
--- a/patches.h
+++ b/patches.h
@@ -57,9 +57,10 @@
/* Enhanced taskbar that shows the titles of all visible windows in the status bar
* and allows focus / hiding / unhiding of windows by clicking on the status bar.
+ * Awesomebar takes precedence over fancybar.
* https://dwm.suckless.org/patches/awesomebar/
*/
-#define AWESOMEBAR_PATCH 1
+#define AWESOMEBAR_PATCH 0
/* This patch adds an iscentered rule to automatically center clients on the current monitor.
* https://dwm.suckless.org/patches/center/
@@ -79,6 +80,7 @@
/* This patch shows the titles of all visible windows in the status bar
* (as opposed to showing only the selected one).
+ * Awesomebar takes precedence over fancybar.
* https://dwm.suckless.org/patches/fancybar/
*/
#define FANCYBAR_PATCH 0