like I put this in my .bash_profile for startx
GNU nano 5.2 .bash_profile
~/.bash_profile
[[ -f ~/.bashrc ]] && . ~/.bashrc
startx && exit
and then it boots if I have an .xinitrc file with just an uncommented line of the window manager I desire to start.
Like this:
#!/bin/sh
~/.xinitrc
Executed by startx (run your window manager from here)
jwm
How would I do this for sx?