aboutsummaryrefslogtreecommitdiff
path: root/xinitrc-mailnotify
blob: 6f49cffd623750275a6955a411c98ecc1a208317 (plain)
1
2
3
4
#!/bin/sh
(while inotifywait ~/.mail/*/INBOX/new -e moved_to; do
  notify-send "New mail"
done) &