Merge pull request #3758 from ArijanJ/signals-in-manpage

This commit is contained in:
Alexis Rouillard
2024-11-10 17:28:07 +01:00
committed by GitHub

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