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.
This commit is contained in:
+2
-2
@@ -1,11 +1,11 @@
|
||||
[Unit]
|
||||
Description=Hyprland lid and clamshell monitor handler
|
||||
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.sh
|
||||
ExecStart=%h/.local/bin/hypr-lid-power.sh
|
||||
Restart=on-failure
|
||||
RestartSec=3
|
||||
|
||||
Reference in New Issue
Block a user