dotfiles/.config/systemd/user/xdg-desktop-portal-wlr.service

15 lines
385 B
Desktop File

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