Results 1 to 2 of 2
I donno whether this is a silly question
i googled but in vain..
I want conky to start when I start enlightenment how to do that
I added
Code:
exec ...
- 09-10-2005 #1Just Joined!
- Join Date
- Aug 2005
- Location
- india
- Posts
- 27
startup for enlightenment
I donno whether this is a silly question
i googled but in vain..
I want conky to start when I start enlightenment how to do that
I addedin .xsession fileCode:exec /usr/bin/conky
but it did not work ....
I wrote that below
I use sarge with enlightenmentCode:exec /usr/bin/enlightenment
- 09-10-2005 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
your .xinitrc should look like this:
the exec passes control to the program exec'ed, so that when it exits, the script exits with the exit status of the exec'd program.Code:/usr/bin/conky exec enlightenment
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr


Reply With Quote
