diff --git a/newbga b/newbga index 87d116f..6c42e42 100755 --- a/newbga +++ b/newbga @@ -28,7 +28,7 @@ mpv="mpv -wid WID --no-config --keepaspect=no --loop \ # The magic here happens with xwinwrap the flags given to mpv don't really matter # unless you have an mpv config the flags below are pretty much the only flags you # need to get this working -xwinwrap -g 1920x1080+1920 -ov -b -un -sh rectangle -fdt -ni -- \ +xwinwrap -g 1920x1080+0 -ov -b -un -sh rectangle -fdt -ni -- \ $mpv $base/"$pape" & # welcome to the rice fields diff --git a/newbga-audio b/newbga-audio index e0f943d..97980cf 100755 --- a/newbga-audio +++ b/newbga-audio @@ -28,7 +28,7 @@ _unused_mpv="mpv --wid=0 --no-config --keepaspect=no --loop \ # The magic here happens with xwinwrap the flags given to mpv don't really matter # unless you have an mpv config the flags below are pretty much the only flags you # need to get this working -xwinwrap -g 1920x1080+1920 -ov -b -un -sh rectangle -fdt -ni -- \ +xwinwrap -g 1920x1080 -ov -b -un -sh rectangle -fdt -ni -- \ mpv -wid WID --no-border --vo=x11 --input-ipc-server=/tmp/mpv-bg-socket $base/"$pape" & # welcome to the rice fields