Skip to content

Commit

Permalink
adding custom mpv volume keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
cremuzzi committed Jul 16, 2020
1 parent b03a647 commit 24dcab0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ RUN apk add --no-cache \
&& echo "autospawn = no" >> /home/mpv/.config/pulse/client.conf \
&& echo "daemon-binary = /bin/true" >> /home/mpv/.config/pulse/client.conf \
&& echo "enable-shm = false" >> /home/mpv/.config/pulse/client.conf \
&& mkdir -p /home/mpv/.config/mpv \
&& echo "UP add volume +2" > /home/mpv/.config/mpv/input.conf \
&& echo "DOWN add volume -2" >> /home/mpv/.config/mpv/input.conf \
&& chown -R mpv:mpv /home/mpv

USER mpv
Expand Down

0 comments on commit 24dcab0

Please sign in to comment.