forked from colonelpanic/dotfiles
[Linux] Use notify-osd instead of dunst
This commit is contained in:
parent
7244f2b782
commit
e84d7f9b98
@ -1,10 +0,0 @@
|
||||
[Unit]
|
||||
Description=Dunst
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/dunst
|
||||
ExecStop=/usr/bin/pkill dunst
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
10
dotfiles/config/systemd/user/notify-osd.service
Normal file
10
dotfiles/config/systemd/user/notify-osd.service
Normal file
@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=notify-osd
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/env notify-osd
|
||||
ExecStop=/usr/bin/pkill notify-osd
|
||||
|
||||
[Install]
|
||||
WantedBy=wm.target
|
Loading…
Reference in New Issue
Block a user