dotfiles/home/.config/systemd/user/swaync-inhibit-unlock.service

12 lines
235 B
Desktop File

[Unit]
Description=Uninhibit swaync notifications on unlock event
Requisite=swaync.service
After=unlock.target
[Service]
ExecStart=/usr/bin/swaync-client --inhibitor-remove screen-locker
Type=oneshot
[Install]
WantedBy=unlock.target