mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Start pavucontrol in the background & suppress output
This commit is contained in:
parent
a59269231b
commit
131736da42
@ -62,7 +62,7 @@ format() {
|
||||
#------------------------------------------------------------------------
|
||||
|
||||
case $BLOCK_BUTTON in
|
||||
1) pavucontrol ;;
|
||||
1) pavucontrol &>/dev/null &;;
|
||||
2) ~/.config/i3/cycleaudio.py;;
|
||||
3) amixer -q -D $MIXER sset $SCONTROL $(capability) toggle ;; # right click, mute/unmute
|
||||
4) amixer -q -D $MIXER sset $SCONTROL $(capability) ${STEP}+ unmute ;; # scroll up, increase
|
||||
|
Loading…
Reference in New Issue
Block a user