diff options
author | ThanosApollo <[email protected]> | 2022-11-20 14:21:15 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-11-20 14:21:15 +0200 |
commit | 3ddf021cc297632606f257e2a1377bc0374e8594 (patch) | |
tree | a9ee8a365c4c389b52d817cca974e9d7a56f6ef2 /.config/qtile/config.py | |
parent | f94de160411bb62f86c0daa347d56a441ed41ea1 (diff) |
Remove args in mykeys
Diffstat (limited to '.config/qtile/config.py')
-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() |