diff --git a/cfg.fnl b/cfg.fnl index 67ba5ca..8c1f4ea 100644 --- a/cfg.fnl +++ b/cfg.fnl @@ -2,9 +2,15 @@ (local awful (require :awful)) (require :awful.autofocus) -(local naughty (require :naughty)) (local beautiful (require :beautiful)) +;; HACK Use xfce4-notifyd for dbus integration. +;; Purely for pa-applet until a better solution is found. +(local _dbus dbus) +(set _G.dbus nil) +(local naughty (require :naughty)) +(set _G.dbus _dbus) + (beautiful.init (require :theme)) (require :module.decorate)