diff options
-rw-r--r-- | i3/.config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 54f308d4..d0863f2c 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) |