From e84d7f9b9826997dcbda71dbd3e5c66b81020d91 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 29 Dec 2016 20:44:20 -0800 Subject: [PATCH] [Linux] Use notify-osd instead of dunst --- dotfiles/config/systemd/user/dunst.service | 10 ---------- dotfiles/config/systemd/user/notify-osd.service | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 dotfiles/config/systemd/user/dunst.service create mode 100644 dotfiles/config/systemd/user/notify-osd.service 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