diff options
-rw-r--r-- | .config/qtile/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 732acc3..8315d83 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -33,7 +33,7 @@ from libqtile.utils import guess_terminal mod = "mod4" #terminal = guess_terminal() -terminal = "st" +terminal = "termite" keys = [ # Switch between windows in current stack pane |