summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMouad Alami <mouad@alami.xyz>2023-12-05 13:03:56 +0100
committerMouad Alami <mouad@alami.xyz>2023-12-05 13:03:56 +0100
commitdec15a3e27e1f5691044a55c3e0aa4cda3da69dc (patch)
tree479caa6be0a34b06f67d7ced8848aa62178c173b /config.h
parentd90585dd21083bfac68479e164cb6f8411987d28 (diff)
bind zoom to workspace 1
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 905ba29..2835739 100644
--- a/config.h
+++ b/config.h
@@ -46,6 +46,7 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating monitor */
+ { "zoom", NULL, NULL, 1 << 0, 0, -1 },
{ "Gimp", NULL, NULL, 1 << 5, 1, -1 },
{ "discord", NULL, NULL, 1 << 3, 0, -1 },
{ "steam", NULL, NULL, 1 << 4, 0, -1 },