-
Notifications
You must be signed in to change notification settings - Fork 37
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
Bare sessions #196
Comments
Heya! I am not really sure, since I have never encountered this use case before. I might guess that adding it as a Wayland session could work, but I haven't checked that. The Wayland session sets some environment variables and runs the script in the Wayland start scripts folder. Although, this is not really difficult to add, I think there is probably a lot of customization that goes into starting these sessions (e.g. environment variables and such). I have long been thinking of extracting lemurs' core functionality into a library so that more exotic usecases can also be facilitated and people can build their own UIs around it. Every time I have tried, the API design has kind of been the difficult part, though. |
Can someone control (via configuration of some sort) which environment variables are set? Because assuming the Xorg sessions do something similar I guess they could go in either one |
At the moment, you can just make the script in There is no way in the configuration file to set options. |
Documentation mentions a folder for Wayland start scripts and for Xorg start scripts. What if I have a script that starts neither of those?
The text was updated successfully, but these errors were encountered: