Revert "Change wm mod key from alt to gui"

This reverts commit dc71139796.
Because gui mod has some problem while holding shift. Needs inspection.
This commit is contained in:
Şahin Akkaya 2022-01-26 16:20:46 +03:00
parent 9f6678ca58
commit 98c325f301

View File

@ -4,7 +4,7 @@ from libqtile.config import Key, KeyChord
from libqtile.lazy import lazy from libqtile.lazy import lazy
from libqtile.utils import guess_terminal from libqtile.utils import guess_terminal
mod = "mod4" mod = "mod1"
terminal = guess_terminal() terminal = guess_terminal()
# terminal = "xfce4-terminal" # terminal = "xfce4-terminal"
home = os.path.expanduser home = os.path.expanduser