Skip to content

Instantly share code, notes, and snippets.

@abbood
Created April 18, 2026 03:55
Show Gist options
  • Select an option

  • Save abbood/08c63dedb4469d162e27a8f9f4765922 to your computer and use it in GitHub Desktop.

Select an option

Save abbood/08c63dedb4469d162e27a8f9f4765922 to your computer and use it in GitHub Desktop.
hyprmon-daemon.service
# /home/abbood/.config/systemd/user/hyprmon-daemon.service
[Unit]
Description=Hyprmon Monitor Hotplug Daemon
After=graphical-session.target
[Service]
Type=simple
ExecStart=/home/abbood/.local/bin/hyprmon-monitor-daemon
Restart=always
RestartSec=2
[Install]
WantedBy=graphical-session.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment