From eec4bb838f721653bca0224bcb8c06abbcbf5699 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 15 Nov 2021 10:55:57 +0100 Subject: [PATCH] Disable freedesktop notification daemon --- arch-config/scripts/arch-config.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 85716d9e..c3455793 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -451,6 +451,11 @@ update-desktop-database ~/.local/share/applications/ #sync doom-emacs ~/.emacs.d/bin/doom sync +# disable freedesktop notification daemon +if [[ -f "/usr/share/dbus-1/services/org.freedesktop.Notifications.service" ]]; then + sudo mv /usr/share/dbus-1/services/org.freedesktop.Notifications.service /usr/share/dbus-1/services/org.freedesktop.Notifications.service.disabled +fi + # dunst pkill dunst && nohup dunst &