We don't need this notification service
It's using a staggering 250mb RAM
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user