We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
like I put this in my .bash_profile for startx
GNU nano 5.2 .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
jwm
How would I do this for sx?
The text was updated successfully, but these errors were encountered:
sx jwm
The manual covers the example of using an exiting .xinitrc.
.xinitrc
Note, that if startx works for you there's no need to change your setup. sx is just more opinionated.
startx
sx
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: