aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for my current WM, sway(1)HEADv1.0masterThomas Voss 2022-09-244-33/+96
|
* Use `stpcpy(3)' for concatinationThomas Voss 2022-02-021-4/+6
| | | | | | | The compiler (clang 13.0.0) warns about using `sprintf(3)' because it was being used to write a string into itself. In order to avoid this potentially causing issues in the future I have switched to using `stpcpy(3)'.
* Style fixesThomas Voss 2022-02-021-8/+4
|
* Make use of function prototypesThomas Voss 2022-02-021-9/+19
| | | | | By making use of function prototypes, the ordering of functions is no longer relevant.
* Don't syslog recieved commands with a trailing newlineThomas Voss 2021-09-071-6/+7
|
* Zero the entire bufferThomas Voss 2021-08-041-1/+1
|
* Remove argc castThomas Voss 2021-08-041-1/+0
|
* Fix spacingThomas Voss 2021-08-041-1/+1
|
* Genesis commitThomas Voss 2021-08-046-0/+465