mirror of
https://github.com/swaywm/sway.git
synced 2025-11-25 06:59:48 -05:00
Add unbindsym/unbindcode command for swaybar
This commit is contained in:
parent
8d4f8aea46
commit
35ddd9aab3
4 changed files with 88 additions and 30 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue