mirror of
https://github.com/swaywm/sway.git
synced 2026-04-23 06:46:27 -04:00
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:
parent
9400bd963c
commit
d45fc974a2
1 changed files with 1 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ Name=Sway
|
||||||
Comment=An i3-compatible Wayland compositor
|
Comment=An i3-compatible Wayland compositor
|
||||||
Exec=sway
|
Exec=sway
|
||||||
Type=Application
|
Type=Application
|
||||||
|
X-GDM-SessionRegisters=true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue