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/groups.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/qtile/groups.py') 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, -- cgit v1.2.3