Purge thumbnails useless content
This commit is contained in:
parent
93b0becacf
commit
e3ddfa74ec
|
@ -47,6 +47,7 @@ find ~/.config -ipath "*GIMP*" -and -iname "print-settings" -delete
|
||||||
# Purge local user recent files
|
# Purge local user recent files
|
||||||
rm -f -- ~/.local/share/recently-used.xbel
|
rm -f -- ~/.local/share/recently-used.xbel
|
||||||
rm -f -- ~/.recently-used
|
rm -f -- ~/.recently-used
|
||||||
|
rm -f -- ~/.thumbnails/normal
|
||||||
|
|
||||||
# Turn off the screen
|
# Turn off the screen
|
||||||
sleep 3; xset dpms force off
|
sleep 3; xset dpms force off
|
||||||
|
|
Loading…
Reference in New Issue