aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2020-06-07 12:15:12 -0700
committerNicholas Noll <nbnoll@eml.cc>2020-06-07 12:15:12 -0700
commit13ebf171dd7c7cf3fdba6d89c184a644fc37ac38 (patch)
tree59f291a3f1464123a8a0c9ec43e15ae388d8ff6d /sys/cmd/dwm/config.h
parent4e0318919dd726f485ea3a495ff0989f69f35630 (diff)
dwm fork working (marginally)
Diffstat (limited to 'sys/cmd/dwm/config.h')
-rw-r--r--sys/cmd/dwm/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index 47ee371..2f58151 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -31,9 +31,9 @@ static Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
- { "Gimp", nil, nil, 0, 1, 0, 0, -1 },
- { "qutebrowser", nil, nil, 1 << 8, 0, 0, -1, -1 },
- { "term", nil, nil, 0, 0, 0, -1, -1 },
+ { "Gimp", nil, nil, 1 << 8, 1, 0, 0, -1 },
+ { "qutebrowser", nil, nil, 0, 0, 0, 0, -1 },
+ { "term", nil, nil, 0, 0, 0, -1, -1 },
};
/* layout(s) */