diff --git a/tree/.local/bin/screenlock-video b/tree/.local/bin/screenlock-video index 44172a7..198ee4e 100755 --- a/tree/.local/bin/screenlock-video +++ b/tree/.local/bin/screenlock-video @@ -16,7 +16,7 @@ end # Spawn an mpv instance for each monitor for workspace in (hyprctl -j monitors | jq '.[] | .activeWorkspace.id') # Thi "WORKSPACE n" title is read by hyprland to position the window correctly - mpv --fs --panscan=1.0 --title="WORKSPACE $workspace" $video & + mpv --fs --loop-file=inf --panscan=1.0 --title="WORKSPACE $workspace" $video & end $LOCKPROG