aboutsummaryrefslogtreecommitdiff
path: root/paswitch.c
Commit message (Collapse)AuthorAgeFilesLines
* Punt poller-pa.c to libertyPřemysl Eric Janouch2021-11-071-1/+1
| | | | Now it also has tests in its new home.
* poller-pa.c: abandon the idea of quitting the loopPřemysl Eric Janouch2021-11-071-4/+7
| | | | | There are no users of this API in practice, and it prevents making the libpulse dependency optional.
* Bump libertyPřemysl Eric Janouch2020-10-191-13/+6
| | | | | | The bugfixes in the config parser are worth it. I might have slightly overused cstr_set().
* Name changePřemysl Eric Janouch2020-09-281-1/+1
|
* paswitch: fix M-EscPřemysl Janouch2019-02-131-1/+2
|
* paswitch: actually exit the program on errorPřemysl Janouch2018-11-101-4/+4
|
* paswitch: add robustnessPřemysl Janouch2018-10-281-7/+21
|
* paswitch: avoid information duplicationPřemysl Janouch2018-10-281-32/+53
| | | | And miscellaneous cleanup.
* Add paswitch: PulseAudio output switcherPřemysl Janouch2018-10-281-0/+1045
Initial commit. It does what it's supposed to but it's very buggy.