aboutsummaryrefslogtreecommitdiff
path: root/wmstatus.c
Commit message (Collapse)AuthorAgeFilesLines
* wmstatus: bind standby/insomnia also to F4Přemysl Janouch2019-02-131-2/+4
|
* Add paswitch: PulseAudio output switcherPřemysl Janouch2018-10-281-343/+1
| | | | Initial commit. It does what it's supposed to but it's very buggy.
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-3/+2
| | | | | | | | | 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.
* wmstatus: playlist controls for avrcpPřemysl Janouch2017-08-301-0/+3
|
* Bump libertyPřemysl Janouch2017-07-051-72/+50
|
* 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-141-28/+123
|
* wmstatus: add a shortcut for DPMS standbyPřemysl Janouch2017-05-081-0/+12
|
* wmstatus: allow running a slave commandPřemysl Janouch2017-05-071-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.
* wmstatus: integrate input-sourcePřemysl Janouch2017-02-091-0/+14
|
* Bump libertyPřemysl Janouch2017-01-231-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-301-1/+0
|
* dwmstatus: add i3bar support, rename to wmstatusPřemysl Janouch2016-12-301-0/+2452