Merge pull request #596 from mikkeloscar/default-config-mod-b

Use bindsym $mod+b splith in default config
This commit is contained in:
Drew DeVault 2016-04-23 08:53:41 -04:00
commit d3504212a0

4
config
View file

@ -107,9 +107,9 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png 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+s or $mod+v, for horizontal and vertical splits # $mod+b or $mod+v, for horizontal and vertical splits
# respectively. # respectively.
bindsym $mod+s splith bindsym $mod+b 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