dylanaraps/sowm

sowm not launching?

IbrahimFadel opened this issue · 14 comments

Hi, this is sort of a stupid question, but i can't get sowm to launch properly.

I cloned the repo, copied the config, ran make then sudo make install

Finally, i added exec sowm to the end of my .xinitrc

When i reboot, i have a black screen, and nothing launches. Anything i may have missed?
Here's my full .xinitrc:

  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

[ -f ~/.Xresources ] && xrdb ~/.Xresources

exec sowm

Any idea where i've gone wrong? Thanks

Sounds like it's working to me. sowm does nothing at startup.

Yeah, maybe it's because i'm using lightdm? Does xinitrc not matter to lightdm?

I don't think it does. NOTE: sowm doesn't track windows launched before it has opened.

Sorry, i think i misunderstood your first comment. I don't think my x server is actually launching with sowm. I can press alt+f2 and login through command line

Try launching it through startx.

I'm away from my computer right now, but i'll try when i'm home

Any updates?

startx launches sowm properly (i have a black screen with a cursor). However, i have to first press alt+f2 then sign in through command line then run startx. Is there a reason it's not working properly?

I assume you use DE. Not sure since I have not used any DE before, but most of DE lunches some default WM in boot so it is expected for you to start X from other session. Here's my suggestion, try to boot from runlevel 3(booting without Gui at bootup) and start X session from there. ( This is the cleanest and safe way )
Options 2 is you could try to configure DE setting to start sowm with DE.

Alright, i've temporarily disabled my DE, and i can just run startx after login. But one tiny quick question. What is the default Mod key? I can't bring up a terminal/dmenu or anything

Mod4mask is Super key( or windows key)

Ok thanks so much

@IbrahimFadel My pleasure!
In my opinion, DE is often heavy and goes against the principle of sowm: having simple, clean, and light workspace. Many people who follows the minimalistic principles, including me, only use WM.

That makes sense. I'm currently just trying a bunch of different setups, trying to find what's right for me.