Skip to content

user: add new Session/SessionType properties to replace XSession

Ray Strode requested to merge wip/change-xsession-to-session into master

Having a property called XSession in the API makes little sense when wayland has taken the world by storm.

This commit adds new "Session" property without the "X" in the name, and an additional property "SessionType" that can be either "wayland" or "x11".

Merge request reports