Add signals section to manpage

This commit is contained in:
ArijanJ
2024-11-10 12:50:26 +01:00
parent 5f260516af
commit 724a4a5ed3

View File

@ -181,6 +181,19 @@ A minimal *config* file could look like this:
} }
``` ```
# SIGNALS
Waybar accepts the following signals:
*SIGUSR1*
Toggles the bar visibility (hides if shown, shows if hidden)
*SIGUSR2*
Reloads (resets) the bar
*SIGINT*
Quits the bar
For example, to toggle the bar programmatically, you can invoke `killall -SIGUSR1 waybar`.
# MULTI OUTPUT CONFIGURATION # MULTI OUTPUT CONFIGURATION
## Limit a configuration to some outputs ## Limit a configuration to some outputs