This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/dotfiles/systemd/notify-mail.service

13 lines
210 B
SYSTEMD

# {{ header() }}
[Unit]
Description= Send notification when maildir gets modified
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/bin/env _notify-mail
[Install]
WantedBy=sway-session.target