mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Add custom service to watch monitor updates
This commit is contained in:
parent
d2f808f469
commit
b0ca57ac4a
5 changed files with 136 additions and 0 deletions
10
home/.config/systemd/user/hyprland-monitord.service
Normal file
10
home/.config/systemd/user/hyprland-monitord.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[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
|
|
@ -0,0 +1 @@
|
|||
/home/itsdrike/.config/systemd/user/hyprland-monitord.service
|
Loading…
Add table
Add a link
Reference in a new issue