From c1517e5e40d29ed9cc2e29acf4f4e632b5338f25 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 12 Mar 2016 18:35:42 -0500 Subject: Fix default config's split binding Fixes #508 --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index f7e9e751..17160d5e 100644 --- a/config +++ b/config @@ -106,9 +106,9 @@ output * bg /usr/share/sway/wallpaper.jpg fill # Layout stuff: # # 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. - bindsym $mod+h splith + bindsym $mod+s splith bindsym $mod+v splitv # Switch the current container between different layout styles -- cgit v1.2.3-54-g00ecf