dotfiles/scripts/autorun.sh
2021-09-22 09:57:09 -05:00

13 lines
149 B
Bash
Executable file

#!/usr/bin/env bash
export QT_QPA_PLATFORMTHEME='qt5ct'
function run {
if ! pgrep -f $1 ;
then
$@&
fi
}
run jellyfin-mpv-shim