Files
Froxlor-podman/etc/X11/Xsession.d/40x11-common_xsessionrc
2025-05-16 16:28:02 +02:00

7 lines
187 B
Plaintext

# This file is sourced by Xsession(5), not executed.
#Source user defined xsessionrc (locales and other environment variables)
if [ -r "$USERXSESSIONRC" ]; then
. "$USERXSESSIONRC"
fi