From e8c5ec93f1662d419e687d055e888d8f30cb8e65 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 17 Sep 2025 17:30:51 +0200 Subject: [PATCH] i3: Re-add stacking and tabbed layout bindings I removed these in 69d0290afdf3 (i3: Remove bindings for stacked and tabbed layout, 2023-04-20) since I never need them and I always forgot how to switch back when I pressed these accidentally. Bring these back as comments, since the comment above still mentions these and since I can imagine a rare situation where I might want one these and simply want to comment them in. --- .config/i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/i3/config b/.config/i3/config index 2b17c7f..511f891 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -79,6 +79,8 @@ bindsym $mod+Shift+v split horizontal bindsym $mod+f fullscreen toggle # change container layout (stacked, tabbed, toggle split) +#bindsym $mod+s layout stacking +#bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # toggle tiling / floating