On 2019/03/27 04:59, Normen Wohner wrote:
> I installed i3 with pkg_add,
> yet don't understand how
> to call it from xenodm.
> 
> I tried replacing the stock 
> ${exec_path}/bin/fvwm
> with /usr/local/bin/i3
> inside xenodm's Xsession,
> but that didn't help much.
> 
> I then wrote the typical
> exec i3
> into .xinitrc in my /root
> nothing.
> 
> Anybody here using i3?

This works for me.

---

$ cat ~/.xsession
# disable system beep
xset b off

# lock display
xidle -timeout 300 &

exec i3

---

.jh

Reply via email to