Switch to qtile.
This commit is contained in:
parent
b164f74c04
commit
83595df8f0
3 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@ set_output() {
|
|||
exit) exit ;;
|
||||
*) pactl set-default-sink $(pactl list sinks | grep -B 1 "$sel_sink" | awk -F': ' '/Name:/ {print $2}') ;;
|
||||
esac
|
||||
kill -46 $(pidof dwmblocks)
|
||||
#kill -46 $(pidof dwmblocks)
|
||||
show_current
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ set_input() {
|
|||
Bluetooth*) set_bt_profile ;;
|
||||
*) pactl set-default-source "$(pactl list sources | grep -B 1 "$sel_source" | awk -F': ' '/Name:/ {print $2}')" ;;
|
||||
esac
|
||||
kill -46 $(pidof dwmblocks)
|
||||
#kill -46 $(pidof dwmblocks)
|
||||
show_current
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue