aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/workspaces.py
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2023-09-03 20:00:27 +0100
committerJustine Smithies <justine@smithies.me.uk>2023-09-03 20:00:27 +0100
commit57fd6ef51ed69636280561461eb3f6b71e4fad3d (patch)
treec69bcd6b79b6f5d0a115fe89f138a4c14ee54a15 /.config/qtile/workspaces.py
parent247b28c6878786cc1cf7be6e9635edd8cb4a4c51 (diff)
Default terminal changed to Kitty
Diffstat (limited to '.config/qtile/workspaces.py')
-rw-r--r--.config/qtile/workspaces.py1
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",