aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-23 09:59:13 +0200
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-04-23 10:54:01 +0200
commitd268e897e9ff6baec5ef11b4b8171dbcc16331d9 (patch)
treef327b170d6e7f46ae736a99daad4f895f7ece24d /config
parentStyle issue (diff)
downloadsway-d268e897e9ff6baec5ef11b4b8171dbcc16331d9.tar.gz
sway-d268e897e9ff6baec5ef11b4b8171dbcc16331d9.tar.zst
sway-d268e897e9ff6baec5ef11b4b8171dbcc16331d9.zip
Use bindsym $mod+b splith in default config
Resolve #593
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index e66daa87..223000b8 100644
--- a/config
+++ b/config
@@ -107,9 +107,9 @@ output * bg /usr/share/sway/Sway_Wallpaper_Blue_1920x1080.png fill
107# Layout stuff: 107# Layout stuff:
108# 108#
109 # You can "split" the current object of your focus with 109 # You can "split" the current object of your focus with
110 # $mod+s or $mod+v, for horizontal and vertical splits 110 # $mod+b or $mod+v, for horizontal and vertical splits
111 # respectively. 111 # respectively.
112 bindsym $mod+s splith 112 bindsym $mod+b splith
113 bindsym $mod+v splitv 113 bindsym $mod+v splitv
114 114
115 # Switch the current container between different layout styles 115 # Switch the current container between different layout styles