From fb09f81dd46d4c4d7be9b75404b4e219d93e2844 Mon Sep 17 00:00:00 2001
From: Justine Smithies <justine@smithies.me.uk>
Date: Mon, 4 Sep 2023 19:04:46 +0100
Subject: Revert "Default terminal changed to Kitty"

This reverts commit 57fd6ef51ed69636280561461eb3f6b71e4fad3d.
---
 .config/qtile/groups.py                 | 3 +--
 .config/qtile/statusbar/void-updates.sh | 2 +-
 .config/qtile/workspaces.py             | 1 -
 3 files changed, 2 insertions(+), 4 deletions(-)

(limited to '.config/qtile')

diff --git a/.config/qtile/groups.py b/.config/qtile/groups.py
index 1d5c273..3f13d52 100644
--- a/.config/qtile/groups.py
+++ b/.config/qtile/groups.py
@@ -40,8 +40,7 @@ groups.append(
             # it is placed in the upper third of the screen by default
             DropDown(
                 "term",
-                # terminal + " -e 'Terminal'",
-                terminal + " --class scratchpad",
+                terminal + " -a 'Terminal'",
                 height=0.50,
                 width=0.50,
                 x=0.25,
diff --git a/.config/qtile/statusbar/void-updates.sh b/.config/qtile/statusbar/void-updates.sh
index 2f102ed..94298ae 100755
--- a/.config/qtile/statusbar/void-updates.sh
+++ b/.config/qtile/statusbar/void-updates.sh
@@ -2,7 +2,7 @@
 
 case $1 in
   key-update)
-		kitty bash -c "sudo xbps-install -Suv"
+		foot bash -c "sudo xbps-install -Suv"
 		qtile cmd-obj -o widget checkupdates -f force_update
     ;;
   *)
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",
-- 
cgit v1.2.3