aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Alex Maese <memaese@hotmail.com>2019-04-12 11:30:36 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-04-17 23:29:43 -0400
commit35ddd9aab3c386345176d7ea1f5814f152ba16bd (patch)
tree41a5115333712b51f56147df4b8ceaab3c45cff2 /sway/sway-bar.5.scd
parentAdd unbindswitch command (diff)
downloadsway-35ddd9aab3c386345176d7ea1f5814f152ba16bd.tar.gz
sway-35ddd9aab3c386345176d7ea1f5814f152ba16bd.tar.zst
sway-35ddd9aab3c386345176d7ea1f5814f152ba16bd.zip
Add unbindsym/unbindcode command for swaybar
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd6
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.
112 the bar. This value will be multiplied by the output scale. The default is 112 the bar. This value will be multiplied by the output scale. The default is
113 _3_. 113 _3_.
114 114
115*unbindcode* [--release] <event-code>
116 Removes the binding with the given <event-code>.
117
118*unbindsym* [--release] button[1-9]|<event-name>
119 Removes the binding with the given <button> or <event-name>.
120
115## TRAY 121## TRAY
116 122
117Swaybar provides a system tray where third-party applications may place icons. 123Swaybar provides a system tray where third-party applications may place icons.