diff options
author | Alex Maese <memaese@hotmail.com> | 2019-04-12 11:28:48 -0500 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-04-17 23:29:43 -0400 |
commit | 8d4f8aea4654c6071e243900b5dbf18e1cd62fd6 (patch) | |
tree | b2c0ae87e55df809dc00f63862563204ab8945f9 /sway/sway.5.scd | |
parent | 852f1f0b349b63fe3c71e39ab1d3e87642a5c2d4 (diff) |
Add unbindswitch command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 5d94eced..80193651 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -644,6 +644,9 @@ The default colors are: to _yes_, the marks will be shown on the _left_ side instead of the _right_ side. +*unbindswitch* <switch>:<state> + Removes a binding for when <switch> changes to <state>. + *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 |