aboutsummaryrefslogtreecommitdiff
path: root/.config/qtile/groups.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/groups.py
parent247b28c6878786cc1cf7be6e9635edd8cb4a4c51 (diff)
Default terminal changed to Kitty
Diffstat (limited to '.config/qtile/groups.py')
-rw-r--r--.config/qtile/groups.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/qtile/groups.py b/.config/qtile/groups.py
index 3f13d52..1d5c273 100644
--- a/.config/qtile/groups.py
+++ b/.config/qtile/groups.py
@@ -40,7 +40,8 @@ groups.append(
# it is placed in the upper third of the screen by default
DropDown(
"term",
- terminal + " -a 'Terminal'",
+ # terminal + " -e 'Terminal'",
+ terminal + " --class scratchpad",
height=0.50,
width=0.50,
x=0.25,