apognu / tuigreet

Graphical console greeter for greetd
GNU General Public License v3.0
977 stars 45 forks source link

Add a generic --session-wrapper for non-X11 sessions. #110

Closed apognu closed 1 year ago

apognu commented 1 year ago

X11 sessions got their own --xsession-wrapper which, on top of being able to start an X server, could allow people to wrap the session into their own script to set up the environment. No such feature existed for other kinds of sessions.

This adds that.

Relates to #109.