From 57fd6ef51ed69636280561461eb3f6b71e4fad3d Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sun, 3 Sep 2023 20:00:27 +0100 Subject: Default terminal changed to Kitty --- .config/qtile/workspaces.py | 1 + 1 file changed, 1 insertion(+) (limited to '.config/qtile/workspaces.py') 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", -- cgit v1.2.3