aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* wmstatus: use bold formatting in i3Přemysl Janouch2017-01-031-8/+20
| | | | | | Instead of that fuck ugly quoting. Keep using quoting in dwm as I still may want to decide to run it.
* wmstatus: don't show battery percentage >= 100%Přemysl Janouch2017-01-031-1/+7
|
* wmstatus: nicer MPD player status charsPřemysl Janouch2017-01-031-2/+4
|
* wmstatus: fix invocation of "brightness"Přemysl Janouch2017-01-011-0/+4
|
* Fix battery reporting on DellsPřemysl Janouch2017-01-011-2/+6
|
* Try to fix OBS buildPřemysl Janouch2016-12-302-2/+5
|
* dwmstatus: add i3bar support, rename to wmstatusPřemysl Janouch2016-12-303-39/+208
|
* Bump libertyPřemysl Janouch2016-12-301-0/+0
|
* fancontrol-ng: install the unit file under /libPřemysl Janouch2016-11-241-1/+2
|
* dwmstatus: show the song name even when pausedPřemysl Janouch2016-10-181-5/+7
|
* big-brother: print timestampsPřemysl Janouch2016-10-151-1/+22
|
* Add big-brotherPřemysl Janouch2016-10-153-1/+410
| | | | So far this is only rather a prototype.