[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
|
||||
#
|
||||
# Logo key. Use Mod1 for Alt.
|
||||
set $mod Mod4
|
||||
# Logo key. Use Mod1 for Alt, Mod4 for Super
|
||||
set $mod Mod1
|
||||
# Home row direction keys, like vim
|
||||
set $left h
|
||||
set $down j
|
||||
|
@ -63,7 +63,7 @@ client.background $base07
|
|||
bindsym $mod+Shift+e exec $exit
|
||||
|
||||
# lock session
|
||||
bindsym Ctrl+Mod1+l exec $lock
|
||||
bindsym Mod4+l exec $lock
|
||||
|
||||
# application launcher
|
||||
bindsym $mod+r exec $menu
|
||||
|
|
Loading…
Reference in a new issue