aboutsummaryrefslogtreecommitdiff
path: root/examples/mint_auto_start_example.sh
diff options
context:
space:
mode:
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