diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-10 17:07:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-10 17:07:02 +0200 |
commit | 0a36d14d7a694a88580da1d9b83837afe608a2eb (patch) | |
tree | e21f0b633212c6b8084348f08fc68cec2efece8b /sway/sway-bar.5.scd | |
parent | 782ed19bc30378126f44272c1e46f2a05a9b2db1 (diff) | |
parent | cd6917d4a821fe904a2c242dff673967aa3ad4b2 (diff) | |
download | sway-0a36d14d7a694a88580da1d9b83837afe608a2eb.tar.xz |
Merge pull request #2798 from RedSoxFan/bar-bindsym
Implement bar bindsym
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r-- | sway/sway-bar.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway-bar.5.scd b/sway/sway-bar.5.scd index 8c7be8e7..6729c9ac 100644 --- a/sway/sway-bar.5.scd +++ b/sway/sway-bar.5.scd @@ -60,6 +60,11 @@ Sway allows configuring swaybar in the sway configuration file. *height* <height> Sets the height of the bar. Default height will match the font size. +*bindsym* [--release] button<n> <command> + Executes _command_ when mouse button _n_ has been pressed (or if _released_ + is given, when mouse button _n_ has been released). To disable the default + behavior for a button, use the command _nop_. + ## TRAY Swaybar provides a system tray where third-party applications may place icons. |