From b17a6e2bfc131217f8e064de885c024c1ee37d5a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 5 Jul 2021 21:40:39 +0200 Subject: [PATCH] i3: add back a command to split a window I was a bit confused. "layout toggle split" is changing the kind of layout to tiling mode and change the split direction. However, "split toggle" will change the direction the _current_ window will be split. So, I need both. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 805d6f5..88fef0c 100644 --- a/config +++ b/config @@ -86,6 +86,7 @@ bindsym $mod+Shift+f fullscreen toggle global # change container layout (tabbed, toggle split) bindsym $mod+e layout tabbed bindsym $mod+w layout toggle split +bindsym $mod+v split toggle # toggle tiling / floating bindsym $mod+Shift+space floating toggle