[Unit]
Description=hyprshell daemon
After=graphical-session.target
Wants=graphical-session.target
StartLimitIntervalSec=120
StartLimitBurst=10
[Service]
Type=simple
ExecStartPre=/bin/sh -c '[ "$XDG_CURRENT_DESKTOP" = "Hyprland" ] || exit 0'
ExecStart=/usr/bin/hyprshell run
Restart=always
RestartSec=1
TimeoutStopSec=5
[Install]
WantedBy=graphical-session.target