mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
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:
parent
3b00aabd93
commit
4d3efb4339
2 changed files with 8 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ static const char *const env_vars[] = {
|
|||
"XCURSOR_THEME",
|
||||
"XDG_SESSION_TYPE",
|
||||
"LABWC_PID",
|
||||
"LABWC_VER",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue