diff options
author | Thanos Apollo <[email protected]> | 2023-02-04 10:44:18 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-02-04 10:44:18 +0200 |
commit | 455e6a238548df02aaf549bba927f5c19cb91de0 (patch) | |
tree | b3002e066325a11f6956c30ebb4ecd7d9afecafd /.config | |
parent | f3fc871f65f03db7e4daaba49c09b04475d2b81b (diff) |
qtile keys: Change terminal to emacs
Diffstat (limited to '.config')
-rw-r--r-- | .config/qtile/keys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/qtile/keys.py b/.config/qtile/keys.py index b37aa43..85bf7ef 100644 --- a/.config/qtile/keys.py +++ b/.config/qtile/keys.py @@ -18,7 +18,7 @@ class MyKeys(): """ self.mod = "mod4" self.browser = "firefox" - self.term = "alacritty" + self.term = "emacsclient -c" self.editor = "emacsclient -c -a 'emacs'" def init_keys(self): |