From f19d253ca32772ba1388957b19acf646643c8405 Mon Sep 17 00:00:00 2001 From: ProsperousPotato Date: Sun, 27 Jul 2025 02:21:04 +0100 Subject: upgrades, people, upgrades --- examples/mint_auto_start_example.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 examples/mint_auto_start_example.sh (limited to 'examples') diff --git a/examples/mint_auto_start_example.sh b/examples/mint_auto_start_example.sh deleted file mode 100755 index 2063505..0000000 --- a/examples/mint_auto_start_example.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash -# starting this script on login will wait for Nemo to initialize -# and start xwinwrap with mplayer on desktop surface and play /path/to/your/video - -until $(echo xwininfo -name Desktop)|grep "IsViewable"; do :; done -nice xwinwrap -b -s -fs -st -sp -nf -ov -fdt -d "Desktop" -- mplayer -wid WID -panscan=1.0 -nosound -framedrop /path/to/your/video -- cgit v1.2.3