diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index 93a90d6..96c3cda 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -38,3 +38,6 @@ alias countupdates='checkupdates | tee >(wc -l)' # Grep through updates listed by checkudpdates alias grepupdates='checkupdates | grep' + +# Start mpv in fullscreen and paused +alias mpv='mpv --fs --pause'