Adding fancybar patch

This commit is contained in:
bakkeby
2019-09-06 23:47:06 +02:00
parent 611460c6a6
commit ec546d7995
3 changed files with 56 additions and 2 deletions

View File

@@ -44,6 +44,12 @@
*/
#define AUTOSTART_PATCH 0
/* This patch shows the titles of all visible windows in the status bar
* (as opposed to showing only the selected one).
* https://dwm.suckless.org/patches/fancybar/
*/
#define FANCYBAR_PATCH 0
/* The pertag patch adds nmaster, mfacts and layouts per tag rather
* than per monitor (default).
* https://dwm.suckless.org/patches/pertag/