summaryrefslogtreecommitdiff
path: root/skel/.config/autostart/autostart.sh
blob: 8ec1a4b74bfdf26fc3049d6a7c40b262d223ac25 (plain)
1
2
3
4
5
6
7
8
9
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 &