Files
dotfiles/hyprland/.config/systemd/user/hypr-lid.service
T

14 lines
261 B
Desktop File

[Unit]
Description=Hyprland lid and clamshell monitor handler
After=graphical-session.target
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=%h/.local/bin/hypr-lid.sh
Restart=on-failure
RestartSec=3
[Install]
WantedBy=graphical-session.target