From 98c325f30138ec75692a427c8e4c86c3c0eedbe3 Mon Sep 17 00:00:00 2001 From: Asocia Date: Wed, 26 Jan 2022 16:20:46 +0300 Subject: [PATCH] Revert "Change wm mod key from alt to gui" This reverts commit dc7113979629bb745535527fc07745492eed24cb. Because gui mod has some problem while holding shift. Needs inspection. --- .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 945a11b..3bee40a 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 = "mod4" +mod = "mod1" terminal = guess_terminal() # terminal = "xfce4-terminal" home = os.path.expanduser