Files
dotfiles/hyprland/.config/systemd/user/hypr-lid-power.service
T
sam_oneal 2b7b18c66d manage monitors with monique; reduce hypr-lid to lock/suspend timers
Add the monique GUI/daemon for monitor arrangement, hotplug profiles and
clamshell handling (writes monitors.lua, keybind SUPER+SHIFT+M, stowed
settings). hypr-lid is trimmed to hypr-lid-power: display management moved
to moniqued, it now only runs the delayed lock/suspend timers when the lid
is closed undocked. Update logind drop-in comments accordingly.
2026-08-14 21:25:38 -06:00

14 lines
297 B
Desktop File

[Unit]
Description=Hyprland lid lock/suspend timers (display/clamshell handled by moniqued)
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/hypr-lid-power.sh
Restart=on-failure
RestartSec=3
[Install]
WantedBy=graphical-session.target