diff options
| author | bakkeby <[email protected]> | 2020-11-05 12:16:38 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-11-05 12:16:38 +0100 |
| commit | 251e3a23de3f2826baad6f1187b4f48351742b0b (patch) | |
| tree | e65a21957c238f4079ff7bcf0db87f4c8073bab6 /config.def.h | |
| parent | f662f6e749cc853afd124393b2d28919b5f355b5 (diff) | |
| download | dwm-flexipatch-251e3a23de3f2826baad6f1187b4f48351742b0b.tar.gz dwm-flexipatch-251e3a23de3f2826baad6f1187b4f48351742b0b.zip | |
Adding tiled indicators as suggested in #68
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 2b7194c..aeb1c8e 100644 --- a/config.def.h +++ b/config.def.h @@ -65,6 +65,7 @@ static const int showsystray = 1; /* 0 means no systray */ #endif // BAR_SYSTRAY_PATCH /* Indicators: see patch/bar_indicators.h for options */ static int tagindicatortype = INDICATOR_TOP_LEFT_SQUARE; +static int tiledindicatortype = INDICATOR_NONE; static int floatindicatortype = INDICATOR_TOP_LEFT_SQUARE; #if FAKEFULLSCREEN_CLIENT_PATCH static int fakefsindicatortype = INDICATOR_PLUS; |
