i3: Re-add stacking and tabbed layout bindings

I removed these in 69d0290afd (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.
This commit is contained in:
2025-09-17 17:30:51 +02:00
parent ae52ba20d2
commit e8c5ec93f1

View File

@@ -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