add hyprland
This commit is contained in:
12
.config/systemd/user/dunst.service
Normal file
12
.config/systemd/user/dunst.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Dunst notification daemon
|
||||
Documentation=man:dunst(1)
|
||||
PartOf=graphical-session.target
|
||||
After=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=dbus
|
||||
BusName=org.freedesktop.Notifications
|
||||
ExecStart=/usr/bin/dunst
|
||||
ExecReload=/usr/bin/dunstctl reload
|
||||
Slice=session.slice
|
||||
Reference in New Issue
Block a user