mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 12:10:42 +00:00
Adjust systemd services to work better with UWSM
This commit is contained in:
parent
1abeb1e9ab
commit
fbc693674d
8 changed files with 9 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
[Unit]
|
||||
Description=Daemon watching for Hyprland monitor updates
|
||||
After=wayland-session@hyprland.desktop.target
|
||||
After=eww.service
|
||||
Requires=eww.service
|
||||
Requires=wayland-session@hyprland.desktop.target
|
||||
PartOf=wayland-session@hyprland.desktop.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.local/bin/scripts/gui/hyprland/hyprland-monitord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue