Skip to content

Instantly share code, notes, and snippets.

@lichti
Created November 11, 2015 02:03
Show Gist options
  • Save lichti/f3e86b8c7ec9e8f0ce7f to your computer and use it in GitHub Desktop.
Save lichti/f3e86b8c7ec9e8f0ce7f to your computer and use it in GitHub Desktop.
Disable show hidden files in nautilus on gnome3
#!/bin/bash
gsettings set org.gtk.Settings.FileChooser show-hidden false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment