cat ~/.config/lxautostart/lxautostart.sh [usuario@localhost ~]$ cat ~/.config/lxautostart/lxautostart.sh
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website
http://www.pclinuxos.com#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# actually it will wait 10 seconds before it starts the
# programs.
#
sleep 10
#
# add entries here to set up applications to automatically
# start whenever you start the desktop.
#======================================
# Add your program in a new line. For sample:
###################################
# wbar -pos top --above-desk &
###################################
# Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
#======================================
#wbar -pos top --above-desk &
#parcellite &
#gkrellm &
#xbindkeys &
cat ~/.config/lxautostart/lxautostart.sh.save [usuario@localhost ~]$ cat ~/.config/lxautostart/lxautostart.sh.save
#!/bin/bash
#
Encoding=UTF-8
#======================================
#LX-Autostart based on a idea by Paul Arnote [parnote]
#created by Daniel Meiß-Wilhelm [leiche]
#License GPL
#Website
http://www.pclinuxos.com#LX-Autostart is a simple way to start your favorite
#applications automaticly, when LXDE starts up.
#======================================
# actually it will wait 10 seconds before it starts the
# programs.
#
sleep 10
#
# add entries here to set up applications to automatically
# start whenever you start the desktop.
#======================================
# Add your program in a new line. For sample:
###################################
# wbar -pos top --above-desk &
###################################
# Don't forget the ampersand (&) sign.
# You can activate or stop an application with a "#".
#======================================
#wbar -pos top --above-desk &
#parcellite &
#gkrellm &
#xbindkeys &