aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag/config.c
Commit message (Collapse)AuthorAge
* Fix build failure in config.cLibravatar unraised2019-01-23
|
* swaynag: fix XDG_CONFIG_HOME handlingLibravatar emersion2019-01-19
|
* Remove usage of VLAs.Libravatar Connor E2019-01-16
|
* swaynag: handle empty $XDG_CONFIG_HOME betterLibravatar Ian Fan2019-01-14
| | | | Set config path to fallback instead of setting $XDG_CONFIG_HOME
* Remove readline.cLibravatar Ian Fan2019-01-01
| | | | | All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace.
* Implement swaynag -B/--button-no-terminalLibravatar Brian Ashworth2018-11-27
| | | | | | | | | | 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.
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
| | | | And make sure we don't define both in the same source file.
* Turn funcs() into funcs(void)Libravatar Arkadiusz Hiler2018-09-30
| | | | If they really do not take undefined number of arguments.
* Fix bad-free in swaynagLibravatar Brian Ashworth2018-08-20
|
* swaynag: don't drop \n for first lineLibravatar Brian Ashworth2018-08-01
|
* swaynag: allow more config optionsLibravatar Brian Ashworth2018-08-01
|
* swaynag: refactor {sway_,}nagbar to swaynagLibravatar Brian Ashworth2018-08-01
|
* swaynag: split config into own file and fix optindLibravatar Brian Ashworth2018-08-01