diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-11 00:36:13 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-09-11 00:36:13 -0500 |
commit | 0a9053c2902adab8b94eaacdb15390441143078c (patch) | |
tree | 1f1a38272dbd554cde8cdec263187112b9c6a7e8 /keyboard/volcon | |
download | scripts-0a9053c2902adab8b94eaacdb15390441143078c.tar.xz scripts-0a9053c2902adab8b94eaacdb15390441143078c.zip |
redid repo cus of fucking chromium rip old commit messages
Diffstat (limited to 'keyboard/volcon')
-rwxr-xr-x | keyboard/volcon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/volcon b/keyboard/volcon new file mode 100755 index 0000000..1891929 --- /dev/null +++ b/keyboard/volcon @@ -0,0 +1,3 @@ +#!/bin/sh +amixer -M sset Master $1 > /dev/null +dwmsbup 10 |