Skip to content

Instantly share code, notes, and snippets.

@adriaPerez
Last active November 24, 2018 12:20
Show Gist options
  • Save adriaPerez/41e7faf3d443a9ea654c94c0a3376824 to your computer and use it in GitHub Desktop.
Save adriaPerez/41e7faf3d443a9ea654c94c0a3376824 to your computer and use it in GitHub Desktop.
Hide the recent

1- Disable the this feature by going into the Gnome Settings > Privacy > Usage & history.

2- Edit the ~/.config/gtk-3.0/settings.ini file by adding: gtk-recent-files-enabled=0 as shoen in the official documentation. If the file doesn't exist you can create it:

[Settings]
# ...
gtk-recent-files-enabled=0

3- Log out and log back in for the changes to apply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment