aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2019-04-12 11:26:23 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-17 23:29:43 -0400
commit852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4 (patch)
treefe5530575cce89937289036fd144575a297906c4 /sway/sway.5.scd
parentswaymsg: add timeout and type checks (diff)
downloadsway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.tar.gz
sway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.tar.zst
sway-852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4.zip
Create unbindsym and unbindcode commands
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.