aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* wmstatus-weather.pl: update to use a newer APIPřemysl Eric Janouch2021-10-081-29/+39
| | | | | | The old one has been obsoleted, and sometimes refuses to work. The "classic" endpoint is, sadly, not fully backwards-compatible.
* wmstatus: rework battery reportingPřemysl Eric Janouch2021-10-031-31/+56
| | | | | | | Report "USB" and USB devices as well (SpaceMouse, Intuos), make use of the "capacity" field everywhere. Present read errors to the user, rather than spam the log.
* It turns out wmstatus works with sway as wellPřemysl Eric Janouch2021-07-242-5/+5
| | | | | | When Xwayland is running, that is. There are a few issues, though, e.g. with the DPMS setting.
* wmstatus: add brown noise generation capabilitiesPřemysl Eric Janouch2021-06-212-42/+238
|
* wmstatus: make Win-S-Delete mute the microphonePřemysl Eric Janouch2021-06-201-1/+2
|
* wmstatus: don't use AltGr for bindingsPřemysl Eric Janouch2020-11-071-7/+11
| | | | Unreachable key combinations for my Planck's layout.
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-291-5/+5
| | | | Their usefulness was almost negative.
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-262-18/+6
| | | | A nice, round number. This allows us to remove some boilerplate.
* CMakeLists.txt: cleanupPřemysl Eric Janouch2020-10-261-29/+9
| | | | Many executables had completely unnecessary dependencies.
* Bump libertyPřemysl Eric Janouch2020-10-196-43/+27
| | | | | | The bugfixes in the config parser are worth it. I might have slightly overused cstr_set().
* Name changePřemysl Eric Janouch2020-09-2813-14/+14
|
* Bump libertyPřemysl Eric Janouch2020-09-281-0/+0
|
* wmstatus: bind standby/insomnia also to F4Přemysl Janouch2019-02-131-2/+4
|
* paswitch: fix M-EscPřemysl Janouch2019-02-131-1/+2
|
* paswitch: actually exit the program on errorPřemysl Janouch2018-11-101-4/+4
|
* paswitch: remember to install the binaryPřemysl Janouch2018-10-281-2/+2
|
* paswitch: add robustnessPřemysl Janouch2018-10-281-7/+21
|
* paswitch: avoid information duplicationPřemysl Janouch2018-10-283-33/+56
| | | | And miscellaneous cleanup.
* Bump libertyPřemysl Janouch2018-10-281-0/+0
|
* Add paswitch: PulseAudio output switcherPřemysl Janouch2018-10-284-343/+1410
| | | | Initial commit. It does what it's supposed to but it's very buggy.
* Update READMEPřemysl Janouch2018-06-241-10/+6
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-2412-38/+23
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* Bump libertyPřemysl Janouch2018-06-243-2/+2
|
* iexec: fix linkagePřemysl Janouch2017-08-301-1/+1
|
* wmstatus: playlist controls for avrcpPřemysl Janouch2017-08-301-0/+3
|
* iexec: wait until executabilityPřemysl Janouch2017-07-181-2/+7
|
* priod: make sure it compiles on older kernelsPřemysl Janouch2017-07-181-3/+6
|
* Add iexecPřemysl Janouch2017-07-064-5/+182
|
* CMakeLists.txt: suppress a new warningPřemysl Janouch2017-07-051-2/+2
|
* Bump libertyPřemysl Janouch2017-07-058-117/+79
|
* CMakeLists.txt: fix variable namePřemysl Janouch2017-07-051-2/+2
|
* priod: initialize properlyPřemysl Janouch2017-07-051-1/+26
|
* priod: systemd unit, configurationPřemysl Janouch2017-07-054-4/+30
|
* priod: finish basic operationPřemysl Janouch2017-07-051-19/+171
|
* priod: in-kernel packet filteringPřemysl Janouch2017-07-051-5/+53
|
* priod: PoC skeletonPřemysl Janouch2017-07-053-5/+347
|
* wmstatus: add a sleep timerPřemysl Janouch2017-05-151-13/+129
| | | | Since GNOME Settings Daemon doesn't work.
* wmstatus: add insomniac modePřemysl Janouch2017-05-143-30/+127
|
* wmstatus: add a shortcut for DPMS standbyPřemysl Janouch2017-05-081-0/+12
|
* Add wmstatus-weather.plPřemysl Janouch2017-05-071-0/+50
|
* wmstatus: allow running a slave commandPřemysl Janouch2017-05-072-10/+203
| | | | | | For various nonsense that would be hard to implement in C. We've discovered a few bugs because of this so all's good.
* wmstatus: don't try to spawn with setpgid(0, 0)Přemysl Janouch2017-05-061-7/+1
| | | | | | | I cannot imagine a scenario where we want the child to be independent. It didn't work anyway because *instead* of the call we should have set a flag to call setpgid(), we were just reestablishing the defaults.
* wmstatus: simplify spawningPřemysl Janouch2017-05-061-12/+10
| | | | MPD and NUT sockets are FD_CLOEXEC already, do the same with Xlib.
* input-switch: fix typo in error messagePřemysl Janouch2017-02-091-1/+1
|
* Fix a useless compiler warningPřemysl Janouch2017-02-092-2/+2
|
* wmstatus: integrate input-sourcePřemysl Janouch2017-02-091-0/+14
|
* Add input-switchPřemysl Janouch2017-02-095-212/+411
| | | | Moving common stuff for DDC/CI communicating programs to ddc-ci.c.
* Fix and update LICENSEPřemysl Janouch2017-02-033-14/+11
|
* Bump libertyPřemysl Janouch2017-01-232-76/+61
|
* wmstatus: errors must go to stderrPřemysl Janouch2017-01-111-1/+1
|