hi. im a newbie. how do you add a script at startup such that when you login your user account and enter startx your script would run? thanks in advance!
Printable View
hi. im a newbie. how do you add a script at startup such that when you login your user account and enter startx your script would run? thanks in advance!
Put your script "foo" in /etc/xdg/autostart and make it executable
Code:# chmod 755 /etc/xdg/autostart/foo