aboutsummaryrefslogtreecommitdiff
path: root/swaynag/swaynag.1.scd
AgeCommit message (Collapse)AuthorLines
2019-08-31Fix markup syntax in man pagesMartin Michlmayr-1/+1
2018-11-27Implement swaynag -B/--button-no-terminalBrian Ashworth-1/+8
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-10-07swaynag: s/Toggle Details/Toggle details/Drew DeVault-1/+1
2018-08-01swaynag: add blank lines after headings in scdocsBrian Ashworth-0/+3
2018-08-01swaynag: allow more config optionsBrian Ashworth-4/+42
2018-08-01swaynag: implement config file supportBrian Ashworth-10/+23
2018-08-01Address first round review for swaynagBrian Ashworth-0/+52