diff options
| author | bakkeby <[email protected]> | 2019-10-04 22:51:42 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-04 22:51:42 +0200 |
| commit | 8c768b21e1955e751d3992adcc3c76ef9f49d82e (patch) | |
| tree | 8400e2cebf768cde2eb4f77d3275ca39cfe3fd14 /patches.h | |
| parent | 2de0c0e30758021f0e4fb4f734942a60e146c31e (diff) | |
| download | dwm-flexipatch-8c768b21e1955e751d3992adcc3c76ef9f49d82e.tar.gz dwm-flexipatch-8c768b21e1955e751d3992adcc3c76ef9f49d82e.zip | |
Adding monoclesymbol patch
Diffstat (limited to 'patches.h')
| -rw-r--r-- | patches.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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/ |
