]> code.delx.au - mediapc-tools/commitdiff
autostart files for mediapc
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 5 Oct 2014 00:33:41 +0000 (11:33 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 5 Oct 2014 00:33:41 +0000 (11:33 +1100)
disable-screen-blank.desktop [new file with mode: 0644]
focus-desktop.desktop [new file with mode: 0644]

diff --git a/disable-screen-blank.desktop b/disable-screen-blank.desktop
new file mode 100644 (file)
index 0000000..6805d80
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=Disable screen blanking
+Comment=
+Exec=/bin/sh -c 'xset -dpms; xset s off'
+StartupNotify=false
+Terminal=false
+Hidden=false
+
diff --git a/focus-desktop.desktop b/focus-desktop.desktop
new file mode 100644 (file)
index 0000000..f2cb8f6
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+Version=0.9.4
+Type=Application
+Name=Focus the desktop
+Comment=
+Exec=/bin/sh -c 'sleep 30; xdotool click 1'
+StartupNotify=false
+Terminal=false
+Hidden=false
+