-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Session management #638
base: main
Are you sure you want to change the base?
Session management #638
Conversation
If we are no longer building |
There are still bits of capability we have to mull-over - such as OSD support, Alt+Tab comes to mind. Its easier to have these still in the code base to refer to, grep through etc. Can nuke it a little later as part of a general cleanup including tidying up manuals and other stuff. |
Ah... the wm schema keys also need special treatment. Will tidy this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but all the screenlock bits need to be decoupled from this PR as it is part of another.
The default remains using magpie-wm; this commit also adds labwc as a session.
This reverts commit aa1dacf.
d49e6f2
to
1638686
Compare
Rebased on main with a revert of the screenlock commit. Everything seems to work with the obvious exception of the lock option on the powerdialog - that is the separate PR. |
Description
This PR rejigs session management in budgie;
Note - this all requires the screenlock branch since the previous budgie-screensaver/gnome-screensaver stuff broke session management.Submitter Checklist
git rebase -i
(if needed)