typo in desktop-return script

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-06-09 23:47:20 +05:00
parent 9352d0d900
commit 5de583dda4

View File

@ -4,7 +4,7 @@
CONFIG_FILE="$HOME/.config/gamescope-session-type"
if [[ -f "$CONFIG_FILE" ]] && grep -q 'autologin="true"' "$CONFIG_FILE"; then
if [[ -f "$CONFIG_FILE" ]] && grep -q 'autologin=true' "$CONFIG_FILE"; then
case "$XDG_CURRENT_DESKTOP" in
GNOME)
exec gnome-session-quit --no-prompt