diff options
Diffstat (limited to '.config/qtile/workspaces.py')
-rw-r--r-- | .config/qtile/workspaces.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/qtile/workspaces.py b/.config/qtile/workspaces.py index 42e203f..28ca8db 100644 --- a/.config/qtile/workspaces.py +++ b/.config/qtile/workspaces.py @@ -21,6 +21,7 @@ workspaces = [ "key": "2", "matches": [ Match(wm_class='foot'), + Match(wm_class='kitty'), Match(wm_class='ranger'), ], "layout": "monadtall", |