Skip to content

Commit 724a4a5

Browse files
committed
Add signals section to manpage
1 parent 5f26051 commit 724a4a5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

man/waybar.5.scd.in

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,19 @@ A minimal *config* file could look like this:
181181
}
182182
```
183183

184+
# SIGNALS
185+
186+
Waybar accepts the following signals:
187+
188+
*SIGUSR1*
189+
Toggles the bar visibility (hides if shown, shows if hidden)
190+
*SIGUSR2*
191+
Reloads (resets) the bar
192+
*SIGINT*
193+
Quits the bar
194+
195+
For example, to toggle the bar programmatically, you can invoke `killall -SIGUSR1 waybar`.
196+
184197
# MULTI OUTPUT CONFIGURATION
185198

186199
## Limit a configuration to some outputs

0 commit comments

Comments
 (0)