diff options
| author | bakkeby <[email protected]> | 2021-04-27 13:31:41 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-04-27 14:01:11 +0200 |
| commit | eb66da79ca2be51c0f2b2c2d95952aeba0564bed (patch) | |
| tree | 06b2151f4acb78125b8b25dc1ed6754b0bfcccef /patches.def.h | |
| parent | a7dfcc17d5903ef66555067f6cd226afa0b5310b (diff) | |
| download | dwm-flexipatch-eb66da79ca2be51c0f2b2c2d95952aeba0564bed.tar.gz dwm-flexipatch-eb66da79ca2be51c0f2b2c2d95952aeba0564bed.zip | |
anybar: make sure to free the bar when unmanaging an external bar plus misc improvements ref. #118
Diffstat (limited to 'patches.def.h')
| -rw-r--r-- | patches.def.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/patches.def.h b/patches.def.h index 1085cda..c5f45bf 100644 --- a/patches.def.h +++ b/patches.def.h @@ -223,12 +223,17 @@ * togglebar affect the external bar in the same way. * * NB: Unless you want both anybar + dwm bar(s) then the recommendation is to disable all - * bar modules and have { 0 } in the barrules. + * bar modules and have { -2 } in the barrules. * * https://dwm.suckless.org/patches/anybar/ */ #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 + /* 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 */ |
