From 1fe1842560a7a61476b7a98559dc7b3d31eb7e49 Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Mon, 21 May 2018 07:58:10 -0400 Subject: [PATCH] mpv-bg must not prevent the screensaver --- files/.local/bin/mpv-bg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/.local/bin/mpv-bg b/files/.local/bin/mpv-bg index 5823270..71d0243 100755 --- a/files/.local/bin/mpv-bg +++ b/files/.local/bin/mpv-bg @@ -1,2 +1,2 @@ #!/bin/bash -exec xwinwrap -ov -fs -- mpv --no-osc --wid WID $@ +exec xwinwrap -ov -fs -- mpv --no-osc --no-stop-screensaver --wid WID $@