Closed prikhi closed 3 years ago
~Looking at sddm, it seems like they're just looking at all the sessions available in /usr/share/xsessions
. You can parse the names out of those .desktop
files.~ LightDM provides lightdm_get_sessions()
I'm imagining a UI where you press the hotkey once to display the current val, then once visible, press again to cycle to the next available option.
Fixed by 85e77d0685bd6cf13f3883da5b09d086f18979bc
Should (temporarily?) show the session we switch to.
How to enumerate available sessions & names?