mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-02 15:35:58 +01:00
e1f145d15d
Consider xdg-desktop-portal-hyprland as essential for user's graphic session See https://systemd.io/DESKTOP_ENVIRONMENTS/
12 lines
324 B
SYSTEMD
12 lines
324 B
SYSTEMD
[Unit]
|
|
Description=Portal service (Hyprland implementation)
|
|
PartOf=graphical-session.target
|
|
After=graphical-session.target
|
|
ConditionEnvironment=WAYLAND_DISPLAY
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=org.freedesktop.impl.portal.desktop.hyprland
|
|
ExecStart=@libexecdir@/xdg-desktop-portal-hyprland
|
|
Restart=on-failure
|
|
Slice=session.slice
|