Add wlroots to portal manifest UseIn list

XDG_CURRENT_DESKTOP can contain a list [1]. Allow users to
set a list such as XDG_CURRENT_DESKTOP=asdf:wlroots. That way, users
can use xdpw in their non-Sway compositor without specifying
XDG_CURRENT_DESKTOP=sway and without having to edit the portal
definition.

[1]: 9a2582d035/src/portal-impl.c (L189)
This commit is contained in:
Simon Ser 2021-04-22 17:22:57 +02:00
parent 5d3cf9a8fa
commit bb13697c01
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[portal]
DBusName=org.freedesktop.impl.portal.desktop.wlr
Interfaces=org.freedesktop.impl.portal.Screenshot;org.freedesktop.impl.portal.ScreenCast;
UseIn=sway;Wayfire;river
UseIn=wlroots;sway;Wayfire;river