summaryrefslogtreecommitdiff
path: root/skel/.config/autostart/autostart.sh
diff options
context:
space:
mode:
Diffstat (limited to 'skel/.config/autostart/autostart.sh')
-rwxr-xr-xskel/.config/autostart/autostart.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/skel/.config/autostart/autostart.sh b/skel/.config/autostart/autostart.sh
new file mode 100755
index 0000000..ef7b766
--- /dev/null
+++ b/skel/.config/autostart/autostart.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+
+[ -f ~/welcome.txt ] && zenity --question --width=620 \
+ --title="_EDITION_TITLE_" \
+ --text="$(cat ~/welcome.txt)" \
+ --ok-label="OK" \
+ --cancel-label="Don't show this again" || rm ~/welcome.txt &
+
+/home/parabola/.config/autostart/autostart-lxde.sh &