summaryrefslogtreecommitdiffstats
path: root/sway/sway-bar.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway-bar.5.txt')
-rw-r--r--sway/sway-bar.5.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/sway/sway-bar.5.txt b/sway/sway-bar.5.txt
index 29487662..99238952 100644
--- a/sway/sway-bar.5.txt
+++ b/sway/sway-bar.5.txt
@@ -11,8 +11,8 @@ sway-bar - bar configuration file and commands
11Description 11Description
12----------- 12-----------
13 13
14Sway allows for configuration of swaybar within the sway configuation file. 14Sway allows configuring swaybar in the sway configuration file.
15Swaybar commands must be used inside a _bar { }_ block in the config. 15Swaybar commands must be used inside a _bar { }_ block in the config file.
16 16
17 17
18Commands 18Commands
@@ -77,15 +77,15 @@ codes in this manner.
77 77
78**activate_button** <button>:: 78**activate_button** <button>::
79 Sets the button to be used for the _activate_ (primary click) tray item 79 Sets the button to be used for the _activate_ (primary click) tray item
80 event. By default is BTN_LEFT (0x110). 80 event. The default is BTN_LEFT (0x110).
81 81
82**context_button** <button>:: 82**context_button** <button>::
83 Sets the button to be used for the _context menu_ (right click) tray item 83 Sets the button to be used for the _context menu_ (right click) tray item
84 event. By default is BTN_RIGHT (0x111). 84 event. The default is BTN_RIGHT (0x111).
85 85
86**secondary_button** <button>:: 86**secondary_button** <button>::
87 Sets the button to be used for the _secondary_ (middle click) tray item 87 Sets the button to be used for the _secondary_ (middle click) tray item
88 event. By default is BTN_MIDDLE (0x112). 88 event. The default is BTN_MIDDLE (0x112).
89 89
90**tray_output** none|all|<name>:: 90**tray_output** none|all|<name>::
91 Sets the output that the tray will appear on or none. Unlike i3bar, swaybar 91 Sets the output that the tray will appear on or none. Unlike i3bar, swaybar