wf-shell: There's no way to exit a session on wf-shell
There was no easy way to exit a session through the wf-shell, I had to open a terminal and run kill wayfire to do so. It’s not much work to do it this way, but I believe it could be implemented and make for a better user experience.
Perhaps even create a “canonical” way of exiting a session that doesn’t rely on simply killing a process. I’m open to helping with developing this, because this is a project I’m really interested in right now!
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 35 (20 by maintainers)
Commits related to this issue
- panel menu: Add logout button The button runs the command from the config key panel/menu_logout_command. Closes #30 and #41. — committed to WayfireWM/wf-shell by soreau 4 years ago
@soreau’s based script is dank af. I give it a 5/7
I have created https://github.com/soreau/wayland-logout based on this.
To exit wayfire, you can use Ctrl+Alt+Backspace.
There is not a way to do this with wf-shell yet as far as I know.