You are correct ~/ refers to your home directory. Though, if I remember correctly the correct file to create/edit is ~/.xinitrc, if you do it that way, which I wouldn't recommend (more on that later.)
As for what to write in it, that depends on how you installed e17 and where to. Easy e17 installs to /opt, but I'm not certain where the ports e17 install to or where the pbi installs to (if there is one, I haven't looked.) Regardless, the command would be something like
|
Code:
|
exec /path/to/enlightenment |
The better way thing to do is to create a session. These are located in /usr/share/xsessions. Anyways, create a file called Enlightenment.desktop (so long as it's a .desktop file the name's not important.) Inside that file paste:
|
Code:
|
[Desktop Entry]
Encoding=UTF-8
Name=E-17
Comment=
Exec=/opt/e17/bin/enlightenment
Icon=
Type=Application |
modify the exec path to lead to your install.