Fix default config's split binding

Fixes #508
This commit is contained in:
Drew DeVault 2016-03-12 18:35:42 -05:00
parent 60b95cca46
commit c1517e5e40

4
config
View file

@ -106,9 +106,9 @@ output * bg /usr/share/sway/wallpaper.jpg fill
# Layout stuff: # Layout stuff:
# #
# You can "split" the current object of your focus with # You can "split" the current object of your focus with
# $mod+h or $mod+v, for horizontal and vertical splits # $mod+s or $mod+v, for horizontal and vertical splits
# respectively. # respectively.
bindsym $mod+h 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