aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-10-08 11:40:13 -0400
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2018-10-09 08:12:46 -0400
commit1c969e86f50065985ddf35b7fef62c14aa7688a5 (patch)
tree1d44b026ffb8cd67595b695ac92275ba320ee4d9 /sway/sway-bar.5.scd
parentMerge pull request #2804 from Emantor/swaynag-double-free (diff)
downloadsway-1c969e86f50065985ddf35b7fef62c14aa7688a5.tar.gz
sway-1c969e86f50065985ddf35b7fef62c14aa7688a5.tar.zst
sway-1c969e86f50065985ddf35b7fef62c14aa7688a5.zip
Implement bar bindsym
Diffstat (limited to 'sway/sway-bar.5.scd')
-rw-r--r--sway/sway-bar.5.scd5
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.
60*height* <height> 60*height* <height>
61 Sets the height of the bar. Default height will match the font size. 61 Sets the height of the bar. Default height will match the font size.
62 62
63*bindsym* [--release] button<n> <command>
64 Executes _command_ when mouse button _n_ has been pressed (or if _released_
65 is given, when mouse button _n_ has been released). To disable the default
66 behavior for a button, use the command _nop_.
67
63## TRAY 68## TRAY
64 69
65Swaybar provides a system tray where third-party applications may place icons. 70Swaybar provides a system tray where third-party applications may place icons.