Compare commits

...

3 Commits

Author SHA1 Message Date
e815be2505 Merge branch 'main' into rotom 2026-01-10 19:26:48 +01:00
c70b154ee3 Fixed worst thing in the world 2026-01-10 19:26:48 +01:00
22237fac62 Fixed worst thing in the world 2026-01-10 19:26:43 +01:00

View File

@@ -51,10 +51,10 @@ binds {
// === Audio Controls ===
XF86AudioRaiseVolume allow-when-locked=true {
spawn "dms" "ipc" "call" "audio" "increment" "3";
spawn "dms" "ipc" "call" "audio" "increment" "5";
}
XF86AudioLowerVolume allow-when-locked=true {
spawn "dms" "ipc" "call" "audio" "decrement" "3";
spawn "dms" "ipc" "call" "audio" "decrement" "5";
}
XF86AudioMute allow-when-locked=true {
spawn "dms" "ipc" "call" "audio" "mute";