Update 2023-12-08 18:02 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2023-12-08 18:02:01 +01:00
parent 9db4a25842
commit 054a6a0e6a
8 changed files with 33 additions and 6 deletions

View File

@@ -1,6 +1,12 @@
#!/bin/sh
. $HOME/.bin/_config
audio_devlist() {
}
SEL=$(printf "BACKLIGHT\nAUDIODEVICE\nLIDACTION\nSCREEN\nCONFIGFILES" \
| $DMENU_CMD -p Mailbox)
@@ -10,6 +16,7 @@ case $SEL in
doas wsconsctl display.brightness=$S
;;
"AUDIODEVICE")
L=audio_devlist
D=$(printf "0\n1\n2\n3\n4\n5" | $DMENU_CMD -p AudioDevice)
sndioctl server.device=$D
;;