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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index ebf7b89..a24bcc7 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -32,6 +32,7 @@ static Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Gimp", nil, nil, 0, 1, 0, 0, -1 },
{ "Inkscape", nil, nil, 0, 1, 0, 0, -1 },
+ { "zoom", nil, nil, 0, 1, 0, 0, -1 },
{ "qutebrowser", nil, nil, 0, 0, 0, 0, -1 },
{ "term-256color", nil, nil, 0, 0, 1, -1, -1 },
};