Skip to content

Instantly share code, notes, and snippets.

@hute37
Created October 24, 2014 12:07
Show Gist options
  • Save hute37/f9c0dc764cb425da8785 to your computer and use it in GitHub Desktop.
Save hute37/f9c0dc764cb425da8785 to your computer and use it in GitHub Desktop.
Gnome-3-Performance-Tweaks
##
# @see: http://penguininside.blogspot.it/2009/08/top-10-gnome-performance-tweaks.html
#
gconftool-2 --type string --set /apps/nautilus/preferences/show_icon_text never
gconftool-2 --type string --set /apps/nautilus/preferences/show_directory_item_counts never
gconftool-2 --type string --set /apps/nautilus/preferences/show_image_thumbnails never
gconftool-2 --type string --set /apps/nautilus/preferences/preview_sound never
# gconftool-2 --type bool --set /desktop/gnome/interface/menus_have_icons false
gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop false
gconftool-2 --type bool --set /apps/panel/global/enable_animations false
gconftool-2 --type bool --set /apps/metacity/general/reduced_resources true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment