From dc7113979629bb745535527fc07745492eed24cb Mon Sep 17 00:00:00 2001 From: Asocia Date: Wed, 26 Jan 2022 00:49:32 +0300 Subject: [PATCH] Change wm mod key from alt to gui --- .config/qtile/modules/keys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qtile/modules/keys.py b/.config/qtile/modules/keys.py index 3bee40a..945a11b 100644 --- a/.config/qtile/modules/keys.py +++ b/.config/qtile/modules/keys.py @@ -4,7 +4,7 @@ from libqtile.config import Key, KeyChord from libqtile.lazy import lazy from libqtile.utils import guess_terminal -mod = "mod1" +mod = "mod4" terminal = guess_terminal() # terminal = "xfce4-terminal" home = os.path.expanduser