#{SOLVED} niri not launching
1 messages · Page 1 of 1 (latest)
have you tried running niri-session? not sure if it is different to niri --session
I use openrc, niri-session works only on systemd
After some research, i think the issue here might be the fact that i somehow dont have a $XDG_RUNTIME_DIR
it does? ah yea i used it with nixos forgot. try adding this to ur ~/.bash_profile.
if test -z "${XDG_RUNTIME_DIR}"; then
export XDG_RUNTIME_DIR=/tmp/${UID}-runtime-dir
if ! test -d "${XDG_RUNTIME_DIR}"; then
mkdir "${XDG_RUNTIME_DIR}"
chmod 0700 "${XDG_RUNTIME_DIR}"
fi
fi
It worked
Thank you
{SOLVED} niri not launching
happy to help. hope you enjoy it. i really love niri.
I do enjoy niri quite a lot, my last install with it was a blast
time to set it up now
yea i need to try it out again. welp, have fun 🫡
thank you and you definitely should, have a great day o7
@remote helm you should update your post tags