diff --git a/dotfiles/config/systemd/user/notify-osd.service b/dotfiles/config/systemd/user/notify-osd.service index ba386bb6..53364055 100644 --- a/dotfiles/config/systemd/user/notify-osd.service +++ b/dotfiles/config/systemd/user/notify-osd.service @@ -4,7 +4,7 @@ Description=notify-osd [Service] Type=simple ExecStart=/usr/bin/env notify-osd -ExecStop=/usr/bin/pkill notify-osd +ExecStop=/usr/bin/env pkill notify-osd [Install] WantedBy=wm.target