From 6bd8ef9e5d9a8a66c977f15cad84f6410ad50bb1 Mon Sep 17 00:00:00 2001 From: TheK4n Date: Sun, 29 Jan 2023 18:08:20 +0300 Subject: [PATCH] fix(i3): add keymaps to switch parent/child --- sub/i3/config | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sub/i3/config b/sub/i3/config index 3917582..4ebd832 100644 --- a/sub/i3/config +++ b/sub/i3/config @@ -98,11 +98,6 @@ bindsym $mod+Shift+Down move down bindsym $mod+Shift+Up move up bindsym $mod+Shift+Right move right -# split in horizontal orientation -# bindsym $mod+h split h - -# split in vertical orientation -bindsym $mod+v split v # enter fullscreen mode for the focused container bindsym $mod+f fullscreen toggle @@ -120,9 +115,13 @@ bindsym $mod+slash focus mode_toggle # focus the parent container bindsym $mod+a focus parent - # focus the child container -#bindsym $mod+d focus child +bindsym $mod+z focus child + +# split in horizontal orientation +bindsym $mod+b split h +# split in vertical orientation +bindsym $mod+v split v # Define names for default workspaces for which we configure key bindings later on. # We use variables to avoid repeating the names in multiple places.