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 &