commit c1517e5e40d29ed9cc2e29acf4f4e632b5338f25
parent 60b95cca4632e73d1917d61314d1e73ffa089278
Author: Drew DeVault <sir@cmpwn.com>
Date: Sat, 12 Mar 2016 18:35:42 -0500
Fix default config's split binding
Fixes #508
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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