Idk I got crazy but mostly nyxt
This commit is contained in:
parent
263d10c080
commit
1b2ce4207d
12 changed files with 198 additions and 137 deletions
12
scripts/autorun.sh
Executable file
12
scripts/autorun.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export QT_QPA_PLATFORMTHEME='qt5ct'
|
||||
|
||||
function run {
|
||||
if ! pgrep -f $1 ;
|
||||
then
|
||||
$@&
|
||||
fi
|
||||
}
|
||||
|
||||
run jellyfin-mpv-shim
|
Loading…
Add table
Add a link
Reference in a new issue