summaryrefslogtreecommitdiffhomepage
path: root/dwm.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-05-21 10:16:49 +0200
committerbakkeby <[email protected]>2021-05-21 10:18:41 +0200
commit9072ef28a42051f306f2722004aab4d1061bdb37 (patch)
tree04b51dff311e4734d3a7308f49fc55711d787a25 /dwm.c
parent9a0fb6c83b4b830f84f3c1294bd89a3023b69c70 (diff)
downloaddwm-flexipatch-9072ef28a42051f306f2722004aab4d1061bdb37.tar.gz
dwm-flexipatch-9072ef28a42051f306f2722004aab4d1061bdb37.zip
Splitting SchemeHid to SchemeHidNorm and SchemeHidSel given that a hidden client may still be the selected client ref. #148
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 246b2ef..9719252 100644
--- a/dwm.c
+++ b/dwm.c
@@ -141,7 +141,8 @@ enum {
SchemeTitleSel,
SchemeTagsNorm,
SchemeTagsSel,
- SchemeHid,
+ SchemeHidNorm,
+ SchemeHidSel,
SchemeUrg,
#if BAR_FLEXWINTITLE_PATCH
SchemeFlexActTTB,