Add setupenv patch

This commit is contained in:
Sravan Balaji
2024-09-22 21:00:20 -04:00
parent 8c9439a119
commit 089bb41dab
6 changed files with 113 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ static const float fullscreen_bg[] = {0.1f, 0.1f, 0.1f, 1.0f}; /* You ca
/* logging */
static int log_level = WLR_ERROR;
static const Env envs[] = {
/* variable value */
{ "XDG_CURRENT_DESKTOP", "wlroots" },
};
/* Autostart */
static const char *const autostart[] = {
"wbg", "/path/to/your/image", NULL,