[i3] Switch back to Alt instead of Super (Blame MSI/Steelseries)
This commit is contained in:
parent
1a77754594
commit
cb43a2f4c2
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### Variables
|
### Variables
|
||||||
#
|
#
|
||||||
# Logo key. Use Mod1 for Alt.
|
# Logo key. Use Mod1 for Alt, Mod4 for Super
|
||||||
set $mod Mod4
|
set $mod Mod1
|
||||||
# Home row direction keys, like vim
|
# Home row direction keys, like vim
|
||||||
set $left h
|
set $left h
|
||||||
set $down j
|
set $down j
|
||||||
|
@ -63,7 +63,7 @@ client.background $base07
|
||||||
bindsym $mod+Shift+e exec $exit
|
bindsym $mod+Shift+e exec $exit
|
||||||
|
|
||||||
# lock session
|
# lock session
|
||||||
bindsym Ctrl+Mod1+l exec $lock
|
bindsym Mod4+l exec $lock
|
||||||
|
|
||||||
# application launcher
|
# application launcher
|
||||||
bindsym $mod+r exec $menu
|
bindsym $mod+r exec $menu
|
||||||
|
|
Loading…
Reference in a new issue