Fix dmenu-audio not letting changing input.
This commit is contained in:
parent
53e2e34d04
commit
7805d7d381
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ set_input() {
|
|||
back) show_current ;;
|
||||
exit) exit ;;
|
||||
Bluetooth*) set_bt_profile ;;
|
||||
*) echo pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
|
||||
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
|
||||
esac
|
||||
kill -46 $(pidof dwmblocks)
|
||||
show_current
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue