sane-wipe-browser: also kill browser processes that might be sticking around in ram

This commit is contained in:
Colin 2023-07-17 01:55:15 +00:00
parent 6f5c5a5113
commit 7c9664270d

View File

@ -9,3 +9,7 @@ rm -rf \
~/.config/chromium \
~/.cache/chromium \
|| true # in case no matches
# browsers like to stick around in the background so they can load faster
sudo pkill librewolf || true
sudo pkill firefox || true