--- /dev/null
+# Run `man mpv`. Command line options go here.
+
+# Start in fullscreen mode by default.
+fullscreen = yes
+
+# Don't exit when the end of playlist is reached.
+keep-open = yes
+
+# Default volume level.
+volume=80
alias s='aspell -a'
sss() { aspell -a <<<"$*"; }
smplayer() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec mplayer "$@" >/dev/null 2>&1' sh "$@" ; }
+smpv() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec mpv "$@"' sh "$@" ; }
svlc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec vlc "$@" >/dev/null 2>&1' sh "$@" ; }
svnc() { sudo -u smriti sh -c 'export DISPLAY=:0; xset s reset; exec x11vnc -q -nopw' ; }
alias trc=transmission-remote-cli