summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Pigott <rpigott@berkeley.edu>2020-01-14 20:07:44 -0700
committerDrew DeVault <sir@cmpwn.com>2020-01-22 13:30:52 -0500
commitc6b5aef913cf55823d58cf1de2a4e658f37cefdf (patch)
tree7e0b30f1c8abe2261769ba7a68843331d85839ec
parent6ac97c46ae35cac9a49f487b6cd9d23520004c2b (diff)
sway.5: Document missing bindsym flags for unbindsym
sway.5: Remove indents within long command descriptions
-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 29e9809b3..b19289d88 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -356,8 +356,8 @@ runtime.
for_window <criteria> move container to output <output>
*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
- [--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \
- <command>
+[--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \
+<command>
Binds _key combo_ to execute the sway command _command_ when pressed. You
may use XKB key names here (*xev*(1) is a good tool for discovering these).
With the flag _--release_, the command is executed when the key combo is
@@ -409,7 +409,7 @@ runtime.
```
*bindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
- [--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command>
+[--locked] [--input-device=<device>] [--no-warn] [Group<1-4>+]<code> <command>
is also available for binding with key/button codes instead of key/button names.
*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
@@ -725,12 +725,14 @@ The default colors are:
*unbindswitch* <switch>:<state>
Removes a binding for when <switch> changes to <state>.
-*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--input-device=<device>] <key combo>
+*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
+[--to-code] [--input-device=<device>] <key combo>
Removes the binding for _key combo_ that was previously bound with the
given flags. If _input-device_ is given, only the binding for that
input device will be unbound.
- *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] [input-device=<device>] <code>
+ *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] \
+[--locked] [input-device=<device>] <code>
is also available for unbinding with key/button codes instead of key/button names.
*unmark* [<identifier>]