mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 22:22:40 +00:00
12 lines
168 B
Desktop File
12 lines
168 B
Desktop File
[Unit]
|
|
Description=Hyprland lid handler using evdev
|
|
After=graphical.target
|
|
|
|
[Service]
|
|
ExecStart=%h/.local/bin/lid.sh
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|