aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
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) */