From cb43a2f4c28181f35e05af5055492e2e082e968b Mon Sep 17 00:00:00 2001 From: lara Date: Thu, 18 Jun 2020 21:53:42 -0400 Subject: [PATCH] [i3] Switch back to Alt instead of Super (Blame MSI/Steelseries) --- config/i3/common | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/i3/common b/config/i3/common index 7c1969b..e03009e 100644 --- a/config/i3/common +++ b/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