Don't show keyboard for switching audio profile
This commit is contained in:
parent
52c49b7deb
commit
3328a39f23
1 changed files with 0 additions and 3 deletions
|
@ -1,6 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
pidof svkbd-sxmo || svkbd-sxmo &
|
||||
|
||||
OUTINPUT="$(
|
||||
echo "Speaker
|
||||
Headphones
|
||||
|
@ -8,7 +6,6 @@ Earpiece
|
|||
Close Menu" | dmenu -p "Audio Out" -c -fn "Terminus-30" -l 20
|
||||
)"
|
||||
|
||||
pkill svkbd-sxmo
|
||||
[[ "Close Menu" == "$OUTINPUT" ]] && exit 0
|
||||
|
||||
SPEAKER="Line Out"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue