diff options
| author | bakkeby <[email protected]> | 2019-09-10 00:38:57 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-10 00:38:57 +0200 |
| commit | 2d1d1dade4b183324643f530188584e55d4a09e5 (patch) | |
| tree | d671c7224c9c62c5819c4a93e54d6ee6bfe21a6b | |
| parent | 18358036110b618f63b2da53e9829aef4f16e5b9 (diff) | |
| download | dwm-flexipatch-2d1d1dade4b183324643f530188584e55d4a09e5.tar.gz dwm-flexipatch-2d1d1dade4b183324643f530188584e55d4a09e5.zip | |
Corrections
| -rw-r--r-- | patches.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
