How to permanetly disable Recent Documents In Linux Mint
Lock the file: Clear recently used files (in the menu). Open a terminal and type sudo chattr +i .local/share/recently-used.xbel If you want it back to normal use -i sudo chattr -i .local/share/recently-used.xbel