diff options
| author | Mouad Alami <mouad@alami.xyz> | 2023-12-05 13:03:56 +0100 |
|---|---|---|
| committer | Mouad Alami <mouad@alami.xyz> | 2023-12-05 13:03:56 +0100 |
| commit | dec15a3e27e1f5691044a55c3e0aa4cda3da69dc (patch) | |
| tree | 479caa6be0a34b06f67d7ced8848aa62178c173b /config.h | |
| parent | d90585dd21083bfac68479e164cb6f8411987d28 (diff) | |
bind zoom to workspace 1
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 }, |
