unraised
c0dc740b2b
Fix build failure in config.c
6 years ago
emersion
07f4c1e3a9
swaynag: fix XDG_CONFIG_HOME handling
6 years ago
Connor E
aa9d7d8ca1
Remove usage of VLAs.
6 years ago
Ian Fan
8729c65311
swaynag: handle empty $XDG_CONFIG_HOME better
...
Set config path to fallback instead of setting $XDG_CONFIG_HOME
6 years ago
Ian Fan
a82b8a3c14
Remove readline.c
...
All occurrences of read_line have been replaced by getline.
peek_line has been absorbed into detect_brace.
6 years ago
Brian Ashworth
673da83260
Implement swaynag -B/--button-no-terminal
...
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.
6 years ago
emersion
3a310f92ab
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
...
And make sure we don't define both in the same source file.
6 years ago
Arkadiusz Hiler
1e70f7b19e
Turn funcs() into funcs(void)
...
If they really do not take undefined number of arguments.
6 years ago
Brian Ashworth
f0d21c46dd
Fix bad-free in swaynag
6 years ago
Brian Ashworth
26c5ef18ba
swaynag: don't drop \n for first line
6 years ago
Brian Ashworth
e01acb6097
swaynag: allow more config options
6 years ago
Brian Ashworth
a6145914c6
swaynag: refactor {sway_,}nagbar to swaynag
6 years ago
Brian Ashworth
6124d0f9a2
swaynag: split config into own file and fix optind
6 years ago