Commit Graph

6 Commits (743c504918dd4780a5529802ce2c210de6d18c52)

Author SHA1 Message Date
Chris Nutter 743c504918 Add focused-window volume/mute control and app-group muting
- New active_window_volume/mute_active_window actions using kdotool to
  resolve the focused window under KWin/Wayland.
- New mute_group button action for muting multiple apps at once.
- New "binary:<name>" needle syntax to disambiguate generic Electron apps
  that share a PipeWire application.name with an unrelated app; fixes a bug
  where two knobs/groups matching the same generic name would fight over
  a stream's volume via the periodic reapply loop.
- Add kdotool to PKGBUILD depends, credit original author in README.
2026-08-13 18:06:53 -07:00
Sean Doran 916541d815
Add TOML config, playerctl dep, and media button defaults; bump to v1.1.0
- Switch config format from JSON to TOML (tomllib built-in on 3.11+,
  tomli fallback for 3.10) so the generated config can include comments
- Write an annotated config.toml on first run with descriptions for every
  knob/button and hints for all available actions
- Promote playerctl from optdepends to depends so media buttons work
  out of the box
- Default buttons 1–3 now pre-configured for playerctl previous/play-pause/next
- Rename contrib/config.example.json → config.example.toml with full
  TOML rewrite including per-knob LED colour override examples
- Log a migration hint when a legacy config.json is detected
2026-02-27 14:38:36 -05:00
Sean Doran 6f1855cb27 Fix pkgname, maintainer email, and AUR package name to match repo 2026-02-27 10:10:37 -05:00
Sean Doran 89e57b35b4 Fix AUR clone URL in README 2026-02-27 10:10:00 -05:00
Sean Doran 08d1c6599f Fix duplicate install section in README 2026-02-27 10:09:30 -05:00
Sean Doran 002721c63c Initial commit 2026-02-27 10:08:09 -05:00