mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-12-27 21:54:34 +00:00
12 lines
259 B
SYSTEMD
12 lines
259 B
SYSTEMD
|
[Unit]
|
||
|
Description=Inhibit swaync notifications on lock dbus event (using systemd-lock-handler)
|
||
|
Requisite=swaync.service
|
||
|
Before=lock.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/swaync-client --inhibitor-add screen-locker
|
||
|
Type=oneshot
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=lock.target
|