12 lines
233 B
Desktop File
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 |