1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-13 09:12:08 -04:00

feat(ipc): add player-specific mpris volume control (#1645)

* feat: add mpris volume control through ipc

* feat: add mpris volume action and default binds
This commit is contained in:
ArijanJ
2026-02-10 21:44:56 +01:00
committed by GitHub
parent c783ff3dcf
commit e2c3ff00fb
4 changed files with 48 additions and 0 deletions

View File

@@ -60,6 +60,12 @@ binds {
XF86AudioNext allow-when-locked=true {
spawn "dms" "ipc" "call" "mpris" "next";
}
Ctrl+XF86AudioRaiseVolume allow-when-locked=true {
spawn "dms" "ipc" "call" "mpris" "increment" "3";
}
Ctrl+XF86AudioLowerVolume allow-when-locked=true {
spawn "dms" "ipc" "call" "mpris" "decrement" "3";
}
// === Brightness Controls ===
XF86MonBrightnessUp allow-when-locked=true {