Replace stacking layout with correct split binding.

This commit is contained in:
Patrick Wadström 2020-09-02 20:26:52 +02:00
parent 7b1ae475e7
commit a8e1e25ce4

View File

@ -109,11 +109,11 @@ bindsym $mod+Mod1+$down move workspace to output down
# You can "split" the current object of your focus with # You can "split" the current object of your focus with
# $mod+b or $mod+v, for horizontal and vertical splits # $mod+b or $mod+v, for horizontal and vertical splits
# respectively. # respectively.
bindsym $mod+b splith bindsym $mod+s splith
bindsym $mod+v splitv bindsym $mod+v splitv
# Switch the current container between different layout styles # Switch the current container between different layout styles
bindsym $mod+s layout stacking #bindsym $mod+s layout stacking
bindsym $mod+w layout tabbed bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split bindsym $mod+e layout toggle split