mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 10:40:04 +00:00
17 lines
452 B
Desktop File
17 lines
452 B
Desktop File
[Unit]
|
|
Description=Run hyprlock screenlocker on lock dbus event (using systemd-lock-handler)
|
|
Requisite=graphical-session.target
|
|
# If hyprlock exits cleanly, enter a 'unlock' target
|
|
OnSuccess=unlock.target
|
|
# When lock is stopped, stop this unit too
|
|
PartOf=lock.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/hyprlock
|
|
StandardOutput=journal
|
|
ExecStopPost=/bin/loginctl unlock-session
|
|
Restart=on-failure
|
|
Slice=session-graphical.slice
|
|
|
|
[Install]
|
|
WantedBy=lock.target
|