[Linux] Use notify-osd instead of dunst
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user