diff options
Diffstat (limited to 'keyboard/volcon')
-rwxr-xr-x | keyboard/volcon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/volcon b/keyboard/volcon index 1891929..9940c67 100755 --- a/keyboard/volcon +++ b/keyboard/volcon @@ -1,3 +1,3 @@ #!/bin/sh -amixer -M sset Master $1 > /dev/null +amixer -D pipewire sset Master $1 > /dev/null dwmsbup 10 |