We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9908266 commit 70c239cCopy full SHA for 70c239c
1 file changed
sway.sh
@@ -214,7 +214,7 @@ exec swayidle -w \
214
# You can "split" the current object of your focus with
215
# $mod+b or $mod+v, for horizontal and vertical splits
216
# respectively.
217
- bindsym $mod+Shift+b splith
+ bindsym $mod+Shift+h splith
218
bindsym $mod+Shift+v splitv
219
220
# Switch the current container between different layout styles
@@ -228,9 +228,6 @@ exec swayidle -w \
228
# Toggle the current focus between tiling and floating mode
229
bindsym $mod+Shift+space floating toggle
230
231
- # Swap focus between the tiling area and the floating area
232
- # bindsym $mod+space focus mode_toggle
233
-
234
# Move focus to the parent container
235
bindsym $mod+a focus parent
236
#
0 commit comments