sway-wm/.config/systemd/user/xdg-desktop-portal-wlr.service
2025-07-27 10:30:33 +02:00

13 lines
334 B
Desktop File

[Unit]
Description=Portal service (wlroots implementation)
PartOf=graphical-session.target
After=graphical-session.target
#ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
Environment=WAYLAND_DISPLAY=wayland-1
BusName=org.freedesktop.impl.portal.desktop.wlr
ExecStart=/usr/libexec/xdg-desktop-portal-wlr
Restart=on-failure