apognu / tuigreet

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

Add option to specify environment for default session #153

Closed apognu closed 1 month ago

apognu commented 1 month ago

When a session is specified through the --cmd argument, there is currently no way to set environment variables to run it with (other than creating a wrapper script). This adds an --env command line option to do exactly that.

Closes #148.