Skip to content

Commit 137f854

Browse files
committed
doc: document swaybar ipc options, ipc and id
1 parent 6a0abba commit 137f854

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

man/waybar.5.scd.in

+10
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ Also a minimal example configuration can be found on the at the bottom of this m
9494
Option to disable the use of gtk-layer-shell for popups.
9595
Only functional if compiled with gtk-layer-shell support.
9696

97+
*ipc* ++
98+
typeof: bool ++
99+
default: false ++
100+
Option to subscribe to the Sway IPC bar configuration and visibility events and control waybar with *swaymsg bar* commands. ++
101+
Requires *bar_id* value from sway configuration to be either passed with the *-b* commandline argument or specified with the *id* option.
102+
103+
*id* ++
104+
typeof: string ++
105+
*bar_id* for the Sway IPC. Use this if you need to override the value passed with the *-b bar_id* commandline argument for the specific bar instance.
106+
97107
*include* ++
98108
typeof: string|array ++
99109
Paths to additional configuration files.

0 commit comments

Comments
 (0)