diff --git a/dotfiles/config/systemd/user/dunst.service b/dotfiles/config/systemd/user/dunst.service deleted file mode 100644 index c387d920..00000000 --- a/dotfiles/config/systemd/user/dunst.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=Dunst - -[Service] -Type=simple -ExecStart=/usr/bin/dunst -ExecStop=/usr/bin/pkill dunst - -[Install] -WantedBy=wm.target diff --git a/dotfiles/config/systemd/user/notify-osd.service b/dotfiles/config/systemd/user/notify-osd.service new file mode 100644 index 00000000..ba386bb6 --- /dev/null +++ b/dotfiles/config/systemd/user/notify-osd.service @@ -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