aboutsummaryrefslogtreecommitdiff
path: root/swob.sh
AgeCommit message (Collapse)Author
2024-12-21Support installation under /usr/localLibravatar remph
Use `PREFIX=/usr/local ETCDIR=$PREFIX/etc ./install.sh'
2024-11-15Shell vagaries and chatter reduction:Libravatar remph
* Reduce talk from dash about set -m that's cluttering up my logs: not sure that it was ever necessary anyway. * Don't run swob in an unnecessary subshell. * Gag wob's own verbose babble, which I forgot about from debugging. * Prevent `set -u' from biting me about $!
2024-11-03Minor changes:Libravatar remph
* Allow changing volume/brightness while locked in Sway * Ensure separate wob instance for each WAYLAND_DISPLAY * Update copyright, mostly for other branches based on this
2024-10-26Fix on dash; some docs/comments clarificationsLibravatar remph
2024-10-10Init a swob/wob.ini if not present, instead of using a temp file. Also,Libravatar remph
dwl config.h
2024-09-25Separate wob.ini(5); add PKGBUILDLibravatar remph
2024-09-09init commitLibravatar remph