We don't need this notification service

It's using a staggering 250mb RAM
This commit is contained in:
David Heinemeier Hansson
2026-06-22 17:07:09 +02:00
parent 8f6e815c78
commit 97c4101319
3 changed files with 39 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
echo "Disable Limine Snapper warning notifier"
autostart_file="$HOME/.config/autostart/limine-snapper-notify.desktop"
mkdir -p "$(dirname "$autostart_file")"
cat >"$autostart_file" <<'DESKTOP'
[Desktop Entry]
Hidden=true
DESKTOP
systemctl --user stop 'app-limine\x2dsnapper\x2dnotify@autostart.service' >/dev/null 2>&1 || true
systemctl --user daemon-reload >/dev/null 2>&1 || true