summaryrefslogtreecommitdiffstats
path: root/.local/bin/comicviewer
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/comicviewer')
-rwxr-xr-x.local/bin/comicviewer2
1 files changed, 1 insertions, 1 deletions
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" ; }