Browse Source

[i3] Switch back to Alt instead of Super (Blame MSI/Steelseries)

master
lara 6 years ago
parent
commit
cb43a2f4c2
  1. 6
      config/i3/common

6
config/i3/common

@ -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…
Cancel
Save