From d45fc974a204c2800d8774a4d4a218cf0515e011 Mon Sep 17 00:00:00 2001 From: Brian 'Redbeard' Harrington Date: Fri, 14 Oct 2022 21:25:48 -0700 Subject: [PATCH] Allow Sway to register Xorg fallbacks to Wayland Approximately three years ago a mechanism was added to increase the reliability of session handling with Wayland by removing the need for timeout checks.[1] This mechanism utilizes the format extension scheme defined in the Freedesktop.org "Desktop Entry Specification" [2] allowing for the addition of new key/value configuration pairs. This is designed to limit the scope of effect. [1]: https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/67 [2]: https://specifications.freedesktop.org/desktop-entry-spec/latest/ --- sway.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/sway.desktop b/sway.desktop index 420db5aa1..fd2534906 100644 --- a/sway.desktop +++ b/sway.desktop @@ -3,3 +3,4 @@ Name=Sway Comment=An i3-compatible Wayland compositor Exec=sway Type=Application +X-GDM-SessionRegisters=true