-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Launching Niri WM with Greetd Tuigreet #165
Comments
What if you use If you want to select the session from the desktop file you use, you can use F3 from Does this help? |
Choosing the session as well as using cmd |
if it helps you @ConsularParadi this is how I launch sway, these XDG flags are required for portals to work correctly afaik: export XDG_CURRENT_DESKTOP=sway
export XDG_SESSION_DESKTOP=sway
export XDG_SESSION_TYPE=wayland
# export VDPAU_DRIVER=radeonsi
sway -d 2> ~/sway.log +
|
Hi @ToxicMushroom, talking to the creator of niri, seems like the environment variables are being setup by systemd script |
Hi, I have been unable to setup niri with greetd and tuigreet such that it can interact with the xdp-gnome for screensharing.
What has been mentioned in the niri docs is that if running without a window-manager, run
niri-session
to start a systemd service and import all required variables.Here is what the desktop entry for niri looks like:
And here is how my greetd config looks like
It seems that the niri service is not loaded upon login
Even if running only
tuigreet
without--cmd niri
, I'm thrown into a tty session and the actual window manager is not launched neither running as a service.It works when I login through tty and run
niri-session
.The text was updated successfully, but these errors were encountered: