diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-03-12 18:35:42 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-03-12 18:35:42 -0500 |
commit | c1517e5e40d29ed9cc2e29acf4f4e632b5338f25 (patch) | |
tree | 4874fa8e3b9673c74c2573fa03348494f22f5bd4 | |
parent | 60b95cca4632e73d1917d61314d1e73ffa089278 (diff) |
Fix default config's split binding
Fixes #508
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |