Skip to content

Instantly share code, notes, and snippets.

@blueyed
Created February 10, 2015 12:53
Show Gist options
  • Save blueyed/e95347aa77f06b8a9d46 to your computer and use it in GitHub Desktop.
Save blueyed/e95347aa77f06b8a9d46 to your computer and use it in GitHub Desktop.
-- Notification library
local _dbus = dbus; dbus = nil
local naughty = require("naughty") -- XXX: if loaded (with dbus available), notifications might not go to dunst/notify-osd anymore
dbus = _dbus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment