aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd11
1 files changed, 11 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index febf749f..9e42d897 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -304,6 +304,17 @@ set|plus|minus <amount>
304 Shows a window from the scratchpad. Repeatedly using this command will 304 Shows a window from the scratchpad. Repeatedly using this command will
305 cycle through the windows in the scratchpad. 305 cycle through the windows in the scratchpad.
306 306
307*shortcuts inhibitor* enable|disable
308 Enables or disables the ability of clients to inhibit keyboard
309 shortcuts for a view. This is primarily useful for virtualization and
310 remote desktop software. It affects either the currently focused view
311 or a set of views selected by criteria. Subcommand _disable_
312 additionally deactivates any active inhibitors for the given view(s).
313 Criteria are particularly useful with the *for_window* command to
314 configure a class of views differently from the per-seat defaults
315 established by the *seat* subcommand of the same name. See
316 *sway-input*(5) for more ways to affect inhibitors.
317
307*split* vertical|v|horizontal|h|toggle|t 318*split* vertical|v|horizontal|h|toggle|t
308 Splits the current container, vertically or horizontally. When _toggle_ is 319 Splits the current container, vertically or horizontally. When _toggle_ is
309 specified, the current container is split opposite to the parent 320 specified, the current container is split opposite to the parent