Use variable for mod2 in i3config

This commit is contained in:
Riyyi
2018-10-18 12:22:49 +02:00
parent e9c3974efc
commit b9fb304f50
+4 -4
View File
@@ -185,10 +185,10 @@ bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right bindsym $mod+Shift+Right move right
# Resize window # Resize window
bindsym $mod+Mod1+Left resize shrink width 10 px or 10 ppt bindsym $mod+$mod2+Left resize shrink width 10 px or 10 ppt
bindsym $mod+Mod1+Down resize shrink height 10 px or 10 ppt bindsym $mod+$mod2+Down resize shrink height 10 px or 10 ppt
bindsym $mod+Mod1+Up resize grow height 10 px or 10 ppt bindsym $mod+$mod2+Up resize grow height 10 px or 10 ppt
bindsym $mod+Mod1+Right resize grow width 10 px or 10 ppt bindsym $mod+$mod2+Right resize grow width 10 px or 10 ppt
#--- Media key bindings ---# #--- Media key bindings ---#