Created
February 10, 2015 12:53
-
-
Save blueyed/e95347aa77f06b8a9d46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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