Purge thumbnails useless content

This commit is contained in:
gardouille 2020-08-21 11:51:36 +02:00
parent 93b0becacf
commit e3ddfa74ec
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ find ~/.config -ipath "*GIMP*" -and -iname "print-settings" -delete
# Purge local user recent files
rm -f -- ~/.local/share/recently-used.xbel
rm -f -- ~/.recently-used
rm -f -- ~/.thumbnails/normal
# Turn off the screen
sleep 3; xset dpms force off