mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-27 21:54:34 +00:00
12 lines
235 B
SYSTEMD
12 lines
235 B
SYSTEMD
|
[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
|