diff options
author | Alex Maese <[email protected]> | 2019-04-12 11:30:36 -0500 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2019-04-17 23:29:43 -0400 |
commit | 35ddd9aab3c386345176d7ea1f5814f152ba16bd (patch) | |
tree | 41a5115333712b51f56147df4b8ceaab3c45cff2 /sway/sway-bar.5.scd | |
parent | 8d4f8aea4654c6071e243900b5dbf18e1cd62fd6 (diff) |
Add unbindsym/unbindcode command for swaybar
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r-- | sway/sway-bar.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 1f4ceaf2..a3df1160 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -112,6 +112,12 @@ Sway allows configuring swaybar in the sway configuration file. the bar. This value will be multiplied by the output scale. The default is _3_. +*unbindcode* [--release] <event-code> + Removes the binding with the given <event-code>. + +*unbindsym* [--release] button[1-9]|<event-name> + Removes the binding with the given <button> or <event-name>. + ## TRAY Swaybar provides a system tray where third-party applications may place icons. |