typo in desktop-return script
Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
CONFIG_FILE="$HOME/.config/gamescope-session-type"
|
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
|
case "$XDG_CURRENT_DESKTOP" in
|
||||||
GNOME)
|
GNOME)
|
||||||
exec gnome-session-quit --no-prompt
|
exec gnome-session-quit --no-prompt
|
||||||
|
Reference in New Issue
Block a user