aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dunst/.config/systemd/user/dunst-pause.service
blob: 5d0b788c1e0408558fbc4eefebfbd23190099e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Pause dunst service
PartOf=lock.target
Before=lock.target

[Service]
Type=oneshot
ExecStart=/usr/bin/dunstctl set-paused true
ExecStop=/usr/bin/dunstctl set-paused false
RemainAfterExit=yes

[Install]
WantedBy=lock.target