diff options
author | Mateja <mail@matejamaric.com> | 2020-08-30 12:42:00 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-08-30 12:42:00 +0200 |
commit | d91f16a96662b559893b049840e8599847877c33 (patch) | |
tree | 78e75146a2aa9ed7d606fa004156310913aeb1df | |
parent | a340c991e4f3d78d1ab6b3c063b367462e7c2397 (diff) | |
download | dotfiles-d91f16a96662b559893b049840e8599847877c33.tar.gz dotfiles-d91f16a96662b559893b049840e8599847877c33.zip |
use termite
-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 |