aboutsummaryrefslogtreecommitdiff
path: root/include/swaynag/swaynag.h
AgeCommit message (Collapse)AuthorLines
2020-01-05swaynag: Add multi-seat supportAndri Yngvason-1/+9
This also adds cleanup for all seat resources
2018-11-27Implement swaynag -B/--button-no-terminalBrian Ashworth-0/+1
In `i3 4.16`, `i3-nagbar` introduces the flags `-B/--button-no-terminal` to run the action directly instead of inside a terminal. This implements the flags for swaynag for compatibility. Since swaynag does not use an equivalent to `i3-sensible-terminal`, the flags `-b/--button` only uses a terminal when the environment variable `TERMINAL` is set, otherwise it acts the same as these new flags.
2018-08-20Fix bad-free in swaynagBrian Ashworth-1/+1
2018-08-01swaynag: address some more of sircmpwn's commentsBrian Ashworth-1/+2
Fixes segfauls for any case where swaynag->outputs was not inititalized including -h/--help, -v/--version, and invalid arguments. Sets sane defaults for colors not given. Any color not given will fallback to the default color values for type error. Adds support for a hidpi cursor
2018-08-01swaynag: fix hidpiBrian Ashworth-1/+7
2018-08-01swaynag: allow more config optionsBrian Ashworth-11/+0
2018-08-01swaynag: refactor {sway_,}nagbar to swaynagBrian Ashworth-0/+104