Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-23 | Fix build failure in config.c | unraised | |
2019-01-19 | swaynag: fix XDG_CONFIG_HOME handling | emersion | |
2019-01-16 | Remove usage of VLAs. | Connor E | |
2019-01-14 | swaynag: handle empty $XDG_CONFIG_HOME better | Ian Fan | |
Set config path to fallback instead of setting $XDG_CONFIG_HOME | |||
2019-01-01 | Remove readline.c | Ian Fan | |
All occurrences of read_line have been replaced by getline. peek_line has been absorbed into detect_brace. | |||
2018-11-27 | Implement swaynag -B/--button-no-terminal | Brian Ashworth | |
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-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion | |
And make sure we don't define both in the same source file. | |||
2018-09-30 | Turn funcs() into funcs(void) | Arkadiusz Hiler | |
If they really do not take undefined number of arguments. | |||
2018-08-20 | Fix bad-free in swaynag | Brian Ashworth | |
2018-08-01 | swaynag: don't drop \n for first line | Brian Ashworth | |
2018-08-01 | swaynag: allow more config options | Brian Ashworth | |
2018-08-01 | swaynag: refactor {sway_,}nagbar to swaynag | Brian Ashworth | |
2018-08-01 | swaynag: split config into own file and fix optind | Brian Ashworth | |