Revert "systemd: switch back to PulseAudio"

This reverts commit cda8ef9831.
This commit is contained in:
Vincent Bernat 2021-12-27 10:01:29 +01:00
parent 911ba9c0ff
commit 27f6ecdb09
5 changed files with 20 additions and 4 deletions

View file

@ -12,7 +12,8 @@ if [ -z "${ROFI_OUTSIDE}" ]; then
-kb-select-4 Super+v \
-kb-select-5 Super+b \
-kb-select-6 Super+m \
-kb-select-7 Super+s
-kb-select-7 Super+e \
-kb-select-8 Super+s
fi
case $ROFI_RETV in
@ -34,6 +35,7 @@ media-playback-pause Pause
media-playback-stop Stop
go-next Next track
multimedia-volume-control Open mixer panel
easyeffects Open effects panel
media-tape Open ${Mediaplayer}
EOF
@ -56,7 +58,8 @@ EOF
4) playerctl -p $mediaplayer stop ;;
5) playerctl -p $mediaplayer next ;;
6) i3-msg '[class="Pavucontrol"] focus' || i3-msg exec exec pavucontrol ;;
7) i3-msg '[class="'${Mediaplayer}'"] focus' || i3-msg exec exec ${mediaplayer} ;;
7) i3-msg '[class="easyeffects"] focus' || i3-msg exec exec easyeffects ;;
8) i3-msg '[class="'${Mediaplayer}'"] focus' || i3-msg exec exec ${mediaplayer} ;;
esac >&2
;;
esac