Change wm mod key from alt to gui

This commit is contained in:
Asocia 2022-01-26 00:49:32 +03:00
parent 0a09582229
commit dc71139796

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 = "mod1" mod = "mod4"
terminal = guess_terminal() terminal = guess_terminal()
# terminal = "xfce4-terminal" # terminal = "xfce4-terminal"
home = os.path.expanduser home = os.path.expanduser