From 996bebf6aa20839740113d8509eb49e82ced5966 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 6 Sep 2019 15:30:22 -0400 Subject: emacs,shell: start xfce4-notifyd until i fix eosd’s build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .emacs.d/init.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6609f96..df753b4 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1899,6 +1899,16 @@ This function is intended for use with `ivy-ignore-buffers'." (dmenu-prompt-string "run: ") (dmenu-save-file (b/var "dmenu-items"))) +(use-package eosd + ;; TODO: fix build by properly building the eosd-pixbuf.c module + ;; e.g. see https://github.com/raxod502/straight.el/issues/386 + :disabled + :straight (:host github :repo "clarete/eosd") + :demand + :after exwm + :config + (eosd-start)) + ;;; Email (with Gnus) -- cgit v1.2.3-60-g2f50