aboutsummaryrefslogtreecommitdiff
path: root/examples/mint_auto_start_example.sh
diff options
context:
space:
mode:
authorProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 02:21:04 +0100
committerProsperousPotato <ProsperousPotato@users.noreply.github.com>2025-07-27 02:21:04 +0100
commitf19d253ca32772ba1388957b19acf646643c8405 (patch)
treea2b2ca1ac56a7e225ce56fa25eaa728e4f2319e5 /examples/mint_auto_start_example.sh
parent391519d3bb53e981218de41a37d1f0f95aef3d17 (diff)
upgrades, people, upgrades
Diffstat (limited to 'examples/mint_auto_start_example.sh')
-rwxr-xr-xexamples/mint_auto_start_example.sh6
1 files changed, 0 insertions, 6 deletions
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