Adding monoclesymbol patch

This commit is contained in:
bakkeby
2019-10-04 22:51:42 +02:00
parent 2de0c0e307
commit 8c768b21e1
3 changed files with 15 additions and 1 deletions

View File

@@ -203,6 +203,12 @@
*/
#define MONITOR_RULES_PATCH 0
/* Always display the the monocle-symbol as defined in config.h if the monocle-layout
* is activated. Do not display the number of open clients in the current tag.
* https://dwm.suckless.org/patches/monoclesymbol/
*/
#define MONOCLESYMBOL_PATCH 0
/* This patch makes it so dwm will only exit via quit() if no windows are open.
* This is to prevent you accidentally losing all your work.
* https://dwm.suckless.org/patches/onlyquitonempty/