From da5bceea93ae588495eb6b71719311e0a591091a Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 18 Mar 2021 19:39:08 +0000 Subject: [PATCH] session.h: update session_environment_init() comment --- include/config/session.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/config/session.h b/include/config/session.h index 9f635baf..99203bf3 100644 --- a/include/config/session.h +++ b/include/config/session.h @@ -2,8 +2,9 @@ #define __LABWC_SESSION_H /** - * session_environment_init - set enrivonment variables - * Note: Same as `. ~/.config/labwc/environment` (or equivalent XDG config dir) + * session_environment_init - set enrivonment variables based on = + * pairs in `${XDG_CONFIG_DIRS:-/etc/xdg}/lawbc/environment` with user override + * in `${XDG_CONFIG_HOME:-$HOME/.config}` */ void session_environment_init(void);