summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-11-20 14:21:15 +0200
committerThanosApollo <[email protected]>2022-11-20 14:21:15 +0200
commit3ddf021cc297632606f257e2a1377bc0374e8594 (patch)
treea9ee8a365c4c389b52d817cca974e9d7a56f6ef2
parentf94de160411bb62f86c0daa347d56a441ed41ea1 (diff)
Remove args in mykeys
-rw-r--r--.config/qtile/config.py5
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()