From 8c08359e5135e549af90ef0c9170c94ad9702464 Mon Sep 17 00:00:00 2001 From: laur Date: Sun, 8 Feb 2026 13:16:25 +0100 Subject: [PATCH] custom-sessions/README: remove extraneous comma (#927) ## What are the changes about? Fix a typo. ## What existing issue does this resolve? N/A Co-authored-by: laur Reviewed-on: https://codeberg.org/fairyglade/ly/pulls/927 Co-authored-by: laur Co-committed-by: laur --- res/custom-sessions/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/custom-sessions/README b/res/custom-sessions/README index 2911923..b706118 100644 --- a/res/custom-sessions/README +++ b/res/custom-sessions/README @@ -17,7 +17,7 @@ redirected to the session log file found in Ly's configuration file. If set to true, Ly will consider the program is going to run in a TTY, and thus will not redirect standard output & error. It is optional and defaults to false. -Finally, do note that, if the Terminal value is set to true, the +Finally, do note that if the Terminal value is set to true, the XDG_SESSION_TYPE environment variable will be set to "tty". Otherwise, it will be set to "unspecified" (without quotes), which is behavior that at least systemd recognizes (see pam_systemd's man page).