aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Mark an issuePřemysl Janouch2016-10-121-0/+4
|
* CMakeLists.txt cleanupPřemysl Janouch2016-10-121-3/+0
|
* dwmstatus: try to make the status a bit shorterPřemysl Janouch2016-10-121-3/+2
|
* Bump libertyPřemysl Janouch2016-10-114-768/+39
|
* dwmstatus: try to show power used by UPSPřemysl Janouch2016-07-091-1/+21
|
* dwmstatus: add bindings for kbd layout switchingPřemysl Janouch2016-04-201-0/+12
|
* dwmstatus: smaller volume stepsPřemysl Janouch2016-03-261-4/+4
|
* Update READMEPřemysl Janouch2016-03-131-1/+1
|
* brightness: fix openSUSE buildPřemysl Janouch2016-03-131-1/+5
|
* Update READMEPřemysl Janouch2016-03-101-3/+12
|
* Don't force compile flagsPřemysl Janouch2016-03-101-1/+2
|
* dwmstatus: implement PA sink port switchingPřemysl Janouch2016-02-171-0/+38
|
* Add siprandomPřemysl Janouch2016-02-143-2/+97
| | | | Based on an idea I got from a talk.
* dwmstatus: print kbd layout name if not the firstPřemysl Janouch2016-02-111-3/+46
|
* dwmstatus: use XkbLookupKeysymPřemysl Janouch2016-02-111-3/+6
|
* dwmstatus: make use of XkbKeysymToModifiersPřemysl Janouch2016-02-111-17/+3
|
* dwmstatus: make use of IgnoreLockModsPřemysl Janouch2016-02-111-11/+6
|
* dwmstatus: simplify PulseAudio handlingPřemysl Janouch2016-02-111-57/+25
| | | | This code appears to be working all the same, even with multiple sound cards.
* dwmstatus: allow muting the microphonePřemysl Janouch2016-02-111-38/+78
| | | | This has a function key on my laptop that has a neat LED on it.
* fancontrol-ng: fix error handlingPřemysl Janouch2016-02-101-2/+2
|
* shellify: avoid duplicating history entriesPřemysl Janouch2016-02-101-5/+1
|
* dwmstatus: use Xkb to fix a deprecation warningPřemysl Janouch2016-02-101-2/+7
|
* Add gdm-switch-user, run by dwmstatusPřemysl Janouch2016-01-274-0/+47
|
* Add shellifyPřemysl Janouch2016-01-263-0/+27
|
* Add fancontrol-ngPřemysl Janouch2016-01-266-3/+721
|