.dotfiles/.config/systemd/user/hyde-ipc.service
2026-01-18 21:08:16 -07:00

12 lines
233 B
Desktop File

[Unit]
Description=Hyde IPC service for Hyprland
PartOf=graphical-session.target
After=graphical-session.target
[Service]
ExecStart=%h/.local/bin/hyde-ipc
Restart=on-failure
RestartSec=5s
[Install]
WantedBy=graphical-session.target