aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2020-01-14 20:07:44 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2020-01-16 16:15:50 +0100
commit1bd51d9377489264a296ca3ba46b621ace5e7be9 (patch)
tree3ffeda0dbba6332222b7cd44afe32af7a13ff378 /sway/sway.5.scd
parentsway-input.5: Document repeat_delay and repeat_rate only once (diff)
downloadsway-1bd51d9377489264a296ca3ba46b621ace5e7be9.tar.gz
sway-1bd51d9377489264a296ca3ba46b621ace5e7be9.tar.zst
sway-1bd51d9377489264a296ca3ba46b621ace5e7be9.zip
sway.5: Document missing bindsym flags for unbindsym
sway.5: Remove indents within long command descriptions
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd12
1 files changed, 7 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 29e9809b..b19289d8 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -356,8 +356,8 @@ runtime.
356 for_window <criteria> move container to output <output> 356 for_window <criteria> move container to output <output>
357 357
358*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \ 358*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
359 [--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \ 359[--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \
360 <command> 360<command>
361 Binds _key combo_ to execute the sway command _command_ when pressed. You 361 Binds _key combo_ to execute the sway command _command_ when pressed. You
362 may use XKB key names here (*xev*(1) is a good tool for discovering these). 362 may use XKB key names here (*xev*(1) is a good tool for discovering these).
363 With the flag _--release_, the command is executed when the key combo is 363 With the flag _--release_, the command is executed when the key combo is
@@ -409,7 +409,7 @@ runtime.
409``` 409```
410 410
411 *bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \ 411 *bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
412 [--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command> 412[--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command>
413 is also available for binding with key/button codes instead of key/button names. 413 is also available for binding with key/button codes instead of key/button names.
414 414
415*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command> 415*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
@@ -725,12 +725,14 @@ The default colors are:
725*unbindswitch* <switch>:<state> 725*unbindswitch* <switch>:<state>
726 Removes a binding for when <switch> changes to <state>. 726 Removes a binding for when <switch> changes to <state>.
727 727
728*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--input-device=<device>] <key combo> 728*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
729[--to-code] [--input-device=<device>] <key combo>
729 Removes the binding for _key combo_ that was previously bound with the 730 Removes the binding for _key combo_ that was previously bound with the
730 given flags. If _input-device_ is given, only the binding for that 731 given flags. If _input-device_ is given, only the binding for that
731 input device will be unbound. 732 input device will be unbound.
732 733
733 *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] [input-device=<device>] <code> 734 *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
735[--locked] [input-device=<device>] <code>
734 is also available for unbinding with key/button codes instead of key/button names. 736 is also available for unbinding with key/button codes instead of key/button names.
735 737
736*unmark* [<identifier>] 738*unmark* [<identifier>]