Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 493 Bytes

README.org

File metadata and controls

19 lines (16 loc) · 493 Bytes

Notifications server for StumpWM.

Implements org.freedesktop.Notifications interface. Shows notifications using stumpwm:message by default.

Usage

Add

(load-module "notify")

to .stumpwmrc

Now you can run default server using notify-server-toggle. In order to get your own notifications handler you can define on function

(defun notification-handler (app icon summary body)
  "Does things with incoming notifications"
  . . .)