summaryrefslogtreecommitdiff
path: root/skel/.config/autostart/autostart.sh
blob: 2cfc1d68583b89298a2ec2049d0624bc61386c79 (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 &

~/.config/autostart/autostart-lxde.sh &