src/main.c: add environment variable LABWC_VER

src/config/session.c add env var LABWC_VER
This could be useful going forward for helper programs
such as `labwc-menu-generator` or `labwc-tweaks`
This commit is contained in:
01micko 2024-10-21 11:07:01 +10:00 committed by Johan Malm
parent 3b00aabd93
commit 4d3efb4339
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,7 @@ static const char *const env_vars[] = {
"XCURSOR_THEME",
"XDG_SESSION_TYPE",
"LABWC_PID",
"LABWC_VER",
NULL
};