mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-27 05:34:35 +00:00
12 lines
235 B
Desktop File
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
|