mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 04:54:14 +01:00
sway.5: Document missing bindsym flags for unbindsym
sway.5: Remove indents within long command descriptions
This commit is contained in:
parent
5215cdfa92
commit
1bd51d9377
@ -356,8 +356,8 @@ runtime.
|
|||||||
for_window <criteria> move container to output <output>
|
for_window <criteria> move container to output <output>
|
||||||
|
|
||||||
*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
|
*bindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--locked] \
|
||||||
[--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \
|
[--to-code] [--input-device=<device>] [--no-warn] [Group<1-4>+]<key combo> \
|
||||||
<command>
|
<command>
|
||||||
Binds _key combo_ to execute the sway command _command_ when pressed. You
|
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).
|
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
|
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] \
|
*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.
|
is also available for binding with key/button codes instead of key/button names.
|
||||||
|
|
||||||
*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
|
*bindswitch* [--locked] [--no-warn] [--reload] <switch>:<state> <command>
|
||||||
@ -725,12 +725,14 @@ The default colors are:
|
|||||||
*unbindswitch* <switch>:<state>
|
*unbindswitch* <switch>:<state>
|
||||||
Removes a binding for when <switch> changes to <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
|
Removes the binding for _key combo_ that was previously bound with the
|
||||||
given flags. If _input-device_ is given, only the binding for that
|
given flags. If _input-device_ is given, only the binding for that
|
||||||
input device will be unbound.
|
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.
|
is also available for unbinding with key/button codes instead of key/button names.
|
||||||
|
|
||||||
*unmark* [<identifier>]
|
*unmark* [<identifier>]
|
||||||
|
Loading…
Reference in New Issue
Block a user