Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 704 Bytes

mnotify

A minimalistic notification daemon.
Written in Haskell and dependent only on X11 and D-Bus.
Receives notifications by partially implementing the org.freedesktop.Notifications D-Bus service specification.

Best used with a window manager like xmonad:
alt text

Dependencies:

Todo:

  • Make it a Cabal package
  • Add command help
  • Allow configuration with cmd flags
  • Implement more of the freedesktop service specification