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/
This commit is contained in:
Brian 'Redbeard' Harrington 2022-10-14 21:25:48 -07:00
parent 9400bd963c
commit d45fc974a2

View file

@ -3,3 +3,4 @@ Name=Sway
Comment=An i3-compatible Wayland compositor
Exec=sway
Type=Application
X-GDM-SessionRegisters=true