mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
Create unbindsym and unbindcode commands
This commit is contained in:
parent
d7d29fe546
commit
852f1f0b34
4 changed files with 91 additions and 35 deletions
|
|
@ -644,6 +644,14 @@ The default colors are:
|
|||
to _yes_, the marks will be shown on the _left_ side instead of the
|
||||
_right_ side.
|
||||
|
||||
*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--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>
|
||||
is also available for unbinding with key/button codes instead of key/button names.
|
||||
|
||||
*unmark* [<identifier>]
|
||||
*unmark* will remove _identifier_ from the list of current marks on a
|
||||
window. If _identifier_ is omitted, all marks are removed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue