Skip to content
New issue

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

A guide for a basic setup would be helpful #35

Open
FrostKnight opened this issue Aug 7, 2024 · 1 comment
Open

A guide for a basic setup would be helpful #35

FrostKnight opened this issue Aug 7, 2024 · 1 comment

Comments

@FrostKnight
Copy link

FrostKnight commented Aug 7, 2024

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?

@Earnestly
Copy link
Owner

Earnestly commented Aug 7, 2024

sx jwm

The manual covers the example of using an exiting .xinitrc.

Note, that if startx works for you there's no need to change your setup. sx is just more opinionated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants