Skip to content

Commit

Permalink
doc: document swaybar ipc options, ipc and id
Browse files Browse the repository at this point in the history
  • Loading branch information
alebastr committed Nov 21, 2021
1 parent 6a0abba commit 137f854
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions man/waybar.5.scd.in
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,16 @@ Also a minimal example configuration can be found on the at the bottom of this m
Option to disable the use of gtk-layer-shell for popups.
Only functional if compiled with gtk-layer-shell support.

*ipc* ++
typeof: bool ++
default: false ++
Option to subscribe to the Sway IPC bar configuration and visibility events and control waybar with *swaymsg bar* commands. ++
Requires *bar_id* value from sway configuration to be either passed with the *-b* commandline argument or specified with the *id* option.

*id* ++
typeof: string ++
*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.

*include* ++
typeof: string|array ++
Paths to additional configuration files.
Expand Down

0 comments on commit 137f854

Please sign in to comment.