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.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1de06d3e..5d94eced 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -644,6 +644,14 @@ The default colors are:
644 to _yes_, the marks will be shown on the _left_ side instead of the 644 to _yes_, the marks will be shown on the _left_ side instead of the
645 _right_ side. 645 _right_ side.
646 646
647*unbindsym* [--whole-window] [--border] [--exclude-titlebar] [--release] [--input-device=<device>] <key combo>
648 Removes the binding for _key combo_ that was previously bound with the
649 given flags. If _input-device_ is given, only the binding for that
650 input device will be unbound.
651
652 *unbindcode* [--whole-window] [--border] [--exclude-titlebar] [--release] [input-device=<device>] <code>
653 is also available for unbinding with key/button codes instead of key/button names.
654
647*unmark* [<identifier>] 655*unmark* [<identifier>]
648 *unmark* will remove _identifier_ from the list of current marks on a 656 *unmark* will remove _identifier_ from the list of current marks on a
649 window. If _identifier_ is omitted, all marks are removed. 657 window. If _identifier_ is omitted, all marks are removed.