diff options
author | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-23 09:59:13 +0200 |
---|---|---|
committer | Mikkel Oscar Lyderik <mikkeloscar@gmail.com> | 2016-04-23 10:54:01 +0200 |
commit | d268e897e9ff6baec5ef11b4b8171dbcc16331d9 (patch) | |
tree | f327b170d6e7f46ae736a99daad4f895f7ece24d /config | |
parent | e5d2efbfc9a2e5ef46e46bad8934fe07e8769c7b (diff) |
Use bindsym $mod+b splith in default config
Resolve #593
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -107,9 +107,9 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill # Layout stuff: # # 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. - bindsym $mod+s splith + bindsym $mod+b splith bindsym $mod+v splitv # Switch the current container between different layout styles |