i3: Tweak keybindings
Alan Pearce alan@alanpearce.eu
Thu, 17 Aug 2017 19:24:19 +0200
1 files changed, 3 insertions(+), 3 deletions(-)
jump to
M i3/.config/i3/config → i3/.config/i3/config
@@ -115,7 +115,7 @@ # change container layout (stacked, tabbed, toggle split) bindsym $mod+s layout stacking bindsym $mod+t layout tabbed -bindsym $mod+d layout toggle split +bindsym $mod+r layout toggle split # toggle tiling / floating bindsym $mod+Shift+f floating toggle @@ -127,7 +127,7 @@ # focus the parent container bindsym $mod+a focus parent # focus the child container -#bindsym $mod+d focus child +bindsym $mod+d focus child # switch to workspace bindsym $mod+1 workspace 1 @@ -184,7 +184,7 @@ bindsym Return mode "default" bindsym Escape mode "default" } -bindsym $mod+r mode "resize" +bindsym $mod+Shift+r mode "resize" # Start i3bar to display a workspace bar (plus the system information i3status # finds out, if available)