From ab8c61f56ea5106868752ab023ad4ec501c5b2f2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Thu, 17 Aug 2017 19:24:19 +0200 Subject: i3: Tweak keybindings --- i3/.config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 54f308d..d0863f2 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -115,7 +115,7 @@ bindsym $mod+F11 fullscreen toggle # 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 @@ bindsym $mod+f focus mode_toggle 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 @@ mode "resize" { 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) -- cgit 1.4.1