fix: use xfce4-notifyd for dbus notifications
This commit is contained in:
parent
5b4584f17a
commit
0ce7fe3cb4
8
cfg.fnl
8
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)
|
||||
|
Loading…
Reference in New Issue
Block a user