mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-22 23:29:36 +01:00
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:
parent
9f6678ca58
commit
98c325f301
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user