From: Maximilian Friedersdorff Date: Mon, 21 Nov 2016 14:13:45 +0000 (+0000) Subject: Fix email notifications under slackware X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=07a091200593db6b0bf8b9c7fca551cd1c83b64b;p=max%2Fdotfiles.git Fix email notifications under slackware --- diff --git a/X/.xinitrc b/X/.xinitrc index 17e58e9..11f0213 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -50,7 +50,7 @@ export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on" feh --bg-scale ~/Pictures/background.jpg& -twmnd& +/usr/lib64/xfce4/notifyd/xfce4-notifyd& xset -b diff --git a/emacs/.emacs b/emacs/.emacs index 9628a42..b2f87c1 100644 --- a/emacs/.emacs +++ b/emacs/.emacs @@ -218,7 +218,7 @@ "maildir:/personal-gmail/Inbox OR " "maildir:/aber/Inbox " ")")) - (mu4e-alert-set-default-style 'notifications) + (mu4e-alert-set-default-style 'libnotify) (add-hook 'after-init-hook #'mu4e-alert-enable-notifications))