From 2219416a673079bed435740379162aa16e304360 Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 28 Apr 2021 19:27:35 +0100 Subject: Default to full mpv volume --- .local/bin/comicviewer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/comicviewer b/.local/bin/comicviewer index 5abb11f..f8cbdfb 100755 --- a/.local/bin/comicviewer +++ b/.local/bin/comicviewer @@ -2,7 +2,7 @@ shopt -s expand_aliases alias _curl='curl -L --silent -A \"Mozilla\"' -alias _play='mpv --fullscreen' +alias _play='mpv --fullscreen --volume=100' alias _view='imv -f -' function grab() { _curl "$1" | tr "\"" "\n" ; } -- cgit v1.2.3