aboutsummaryrefslogtreecommitdiff
path: root/swob.sh
AgeCommit message (Collapse)Author
2024-11-15Merge branch 'master' into other-audio-typesLibravatar remph
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-11-02For each audio backend (pipewire, pulse), require existence of relevantLibravatar remph
tool (wpctl, pactl)
2024-10-27Support pulseaudio with pactl as wellLibravatar remph
2024-10-27Use wpctl if relevantLibravatar remph
Also update copyright and terms
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