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