diff options
author | Justine Smithies <justine@smithies.me.uk> | 2023-09-04 19:04:46 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2023-09-04 19:04:46 +0100 |
commit | fb09f81dd46d4c4d7be9b75404b4e219d93e2844 (patch) | |
tree | 094c27de649d0492453395340968c2d1903b388d /.config/qtile/groups.py | |
parent | 44e85981411f8e4e3d88cf1c166a53521c95d505 (diff) |
Revert "Default terminal changed to Kitty"
This reverts commit 57fd6ef51ed69636280561461eb3f6b71e4fad3d.
Diffstat (limited to '.config/qtile/groups.py')
-rw-r--r-- | .config/qtile/groups.py | 3 |
1 files changed, 1 insertions, 2 deletions
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, |