dotfiles/home/.config/systemd/user/hyprland-monitord.service

11 lines
234 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Daemon watching for Hyprland monitor updates"
PartOf=graphical-session.target
[Service]
ExecStart=%h/.local/bin/scripts/gui/hyprland/hyprland-monitord
Restart=on-failure
[Install]
WantedBy=wayland-session.target