> first, is there a way to make E launch application at startup, ala
> "remember settings" of E16? also it seems that I'm not able to use any
> of the "remember" options in the window menu, since whatever I choose
> will be unset at the next start.

I launch some apps from my .xinitrc:

--.xinitrc--

xset s off
xset -dpms
xset -b
xmodmap -e "keysym Super_L = Multi_key"
xmodmap -e "keysym Menu = Multi_key"
xmodmap -e "clear lock"
xmodmap -e "keycode 66 = Control_L"
xmodmap -e "add control = Control_L"
/home/schmitta/bin/mysetting
exec /usr/local/bin/enlightenment

with: --bin/mysetting--

#!/bin/sh

/home/schmitta/bin/mylogs

Eterm -g 82x24+68+0 -e /home/schmitta/perso/mysu/suroot su - &

gkrellm &
#xpad &

HTH

Alan

-- 
The hacker: someone who figured things out and made something cool happen.


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to