-
Notifications
You must be signed in to change notification settings - Fork 54
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
Can't return to gamescope-session #267
Comments
Hyprland doesn't know how to clean up after itself properly, it's been reported upstream somewhere and nothing happened. |
Sounds good, I found the thread and commented. |
Can you link the Hyprland issue here for cross-reference? |
I got you: hyprwm/Hyprland#4226 |
I also have this issue with sway. This is how I work around it.
|
While that may work for sway, the thing that worked for me in Hyprland is: (pkgs.writeShellScriptBin "hyprexit" ''
${hyprland}/bin/hyprctl dispatch exit
${systemd}/bin/loginctl terminate-user ${user}
'') |
I'm currently running the latest commit with
nixpkgs-unstable
on my Steam Deck. Here's my Jovian configI'm able to switch to Hyprland with
Switch to Desktop
in the Steam power menu. When exiting Hyprland I'm met with a blank screen on tty1, and when trying to switch to other ttys I'm automatically switched back to tty1.The text was updated successfully, but these errors were encountered: