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