mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Change wm mod key from alt to gui
This commit is contained in:
parent
0a09582229
commit
dc71139796
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user