diff options
-rw-r--r-- | .config/qtile/config.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 7c7b820..24c6398 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -17,10 +17,7 @@ def start_once(): # Keybindings -my_keys = MyKeys(mod="mod4", - browser="firefox", - term="alacritty", - editor="emacsclient -c -a 'emacs'") +my_keys = MyKeys() keys = my_keys.init_keys() |