diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:30 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-11-28 07:45:30 -0600 |
commit | 4a38bb5e2b157dce33dd6a5058dece371a9e7161 (patch) | |
tree | 95097dd80b2e48afcbeeac494f1e97e1d4a578af /keyboard/volcon | |
parent | 521bc70d8a81334945a498c1ff09de45554c0fe9 (diff) | |
download | scripts-4a38bb5e2b157dce33dd6a5058dece371a9e7161.tar.xz scripts-4a38bb5e2b157dce33dd6a5058dece371a9e7161.zip |
asdf
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 |