From 3ddf021cc297632606f257e2a1377bc0374e8594 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 20 Nov 2022 14:21:15 +0200 Subject: Remove args in mykeys --- .config/qtile/config.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.config/qtile/config.py') 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() -- cgit v1.2.3