summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-03-12 18:35:42 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-03-12 18:35:42 -0500
commitc1517e5e40d29ed9cc2e29acf4f4e632b5338f25 (patch)
tree4874fa8e3b9673c74c2573fa03348494f22f5bd4
parentUpdate LICENSE to 2016 (diff)
downloadsway-c1517e5e40d29ed9cc2e29acf4f4e632b5338f25.tar.gz
sway-c1517e5e40d29ed9cc2e29acf4f4e632b5338f25.tar.zst
sway-c1517e5e40d29ed9cc2e29acf4f4e632b5338f25.zip
Fix default config's split binding
Fixes #508
-rw-r--r--config4
1 files 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
106# Layout stuff: 106# Layout stuff:
107# 107#
108 # You can "split" the current object of your focus with 108 # You can "split" the current object of your focus with
109 # $mod+h or $mod+v, for horizontal and vertical splits 109 # $mod+s or $mod+v, for horizontal and vertical splits
110 # respectively. 110 # respectively.
111 bindsym $mod+h splith 111 bindsym $mod+s splith
112 bindsym $mod+v splitv 112 bindsym $mod+v splitv
113 113
114 # Switch the current container between different layout styles 114 # Switch the current container between different layout styles