Skip to content

Commit

Permalink
Merge pull request #3758 from ArijanJ/signals-in-manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays authored Nov 10, 2024
2 parents 5f26051 + 724a4a5 commit 52d582b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions man/waybar.5.scd.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

## Limit a configuration to some outputs
Expand Down

0 comments on commit 52d582b

Please sign in to comment.