aboutsummaryrefslogtreecommitdiff
path: root/sway/swaynag.c
AgeCommit message (Collapse)Author
2018-10-08Allow swaynag to be disabledBrian Ashworth
2018-08-05Fix compiler errors.Geoff Greer
- Some platforms don't expose kill() unless _POSIX_C_SOURCE is defined. - fork(), execl(), and setsid() need unistd.h on some platforms. Basically, this fixes some platform-specific build errors.
2018-08-03Remove swaynag_clone and use memcpyBrian Ashworth
2018-08-03Write to swaynag pipe fd directly on config errorsBrian Ashworth