summaryrefslogtreecommitdiffhomepage
path: root/patches.def.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-04-28 10:52:59 +0200
committerbakkeby <[email protected]>2021-04-28 10:52:59 +0200
commit4bfda0327c1696808db85475e24c898aa3af234e (patch)
tree46787234f42170df28f28cf3ba89bf0b7365afc9 /patches.def.h
parenteb66da79ca2be51c0f2b2c2d95952aeba0564bed (diff)
downloaddwm-flexipatch-4bfda0327c1696808db85475e24c898aa3af234e.tar.gz
dwm-flexipatch-4bfda0327c1696808db85475e24c898aa3af234e.zip
anybar: misc improvements ref. #118
Diffstat (limited to 'patches.def.h')
-rw-r--r--patches.def.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/patches.def.h b/patches.def.h
index c5f45bf..3b0c047 100644
--- a/patches.def.h
+++ b/patches.def.h
@@ -229,10 +229,11 @@
*/
#define BAR_ANYBAR_PATCH 0
-/* Anybar option to stack multiple external bars at the top or at the bottom of the monitor
- * instead of adding a second bar at the opposite side.
- */
-#define BAR_ANYBAR_STACK_BARS_PATCH 0
+/* Anybar option to place the next bar depending on previous bar's position (top or bottom) */
+#define BAR_ANYBAR_TOP_AND_BOTTOM_BARS_PATCH 0
+
+/* Anybar option to let dwm manage the width of the bar */
+#define BAR_ANYBAR_MANAGE_WIDTH_PATCH 0
/* This patch adds a border around the status bar(s) just like the border of client windows.
* https://codemadness.org/paste/dwm-border-bar.patch