diff options
| author | bakkeby <[email protected]> | 2020-08-28 19:48:30 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-08-28 19:48:30 +0200 |
| commit | 8ff0adeabde6ffbef839ccebbe623e743a120a91 (patch) | |
| tree | c3cf5f1bce392f54b23335c91417ad6b90fd5675 /patch/bar_indicators.h | |
| parent | b714329d87440124afa905e14126a8896b1c7109 (diff) | |
| download | dwm-flexipatch-8ff0adeabde6ffbef839ccebbe623e743a120a91.tar.gz dwm-flexipatch-8ff0adeabde6ffbef839ccebbe623e743a120a91.zip | |
indicators: Adding the NONE indicator to disable e.g. indicators for tags
Diffstat (limited to 'patch/bar_indicators.h')
| -rw-r--r-- | patch/bar_indicators.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch/bar_indicators.h b/patch/bar_indicators.h index cd1d259..c71c417 100644 --- a/patch/bar_indicators.h +++ b/patch/bar_indicators.h @@ -1,4 +1,5 @@ enum { + INDICATOR_NONE, INDICATOR_TOP_LEFT_SQUARE, INDICATOR_TOP_LEFT_LARGER_SQUARE, INDICATOR_TOP_BAR, |
