what does sx do?
peppapig450 opened this issue · 3 comments
peppapig450 commented
I couldnt find documentation for it anywhere, and I am curious what it does because it looks interesting
siduck commented
I couldnt find documentation for it anywhere, and I am curious what it does because it looks interesting
it starts a xorg server. I dont use a display manager so I directly run xorg from cli , Most use startx but sx's more minimal.
as you can see in the .xinitrc , there are cases of different wms being used. the default one is dwm.
startx (in tty, and this will run dwm)
sx sh ~/.xinitrc (will do the same!)
(To not run the default wm)
startx bsp
sx sh ~/.xinitrc bsp
I dont want the long commands for sx so i made small aliases for them.
siduck commented
peppapig450 commented
ohhhhh that's how you use it. Thanks!