Skip to content

Instantly share code, notes, and snippets.

@magnetikonline
Last active August 25, 2016 05:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magnetikonline/ad18e402049d5a4dbb01 to your computer and use it in GitHub Desktop.
Save magnetikonline/ad18e402049d5a4dbb01 to your computer and use it in GitHub Desktop.
Gnome 3.10 desktop setup notes - Ubuntu 14.04.1 LTS.

GNOME 3.10 desktop setup notes - Ubuntu 14.04.1 LTS

My current sane desktop settings/setup for GNOME 3 shell. Ubuntu GNOME 14.04.1 LTS desktop as a base, which makes this easy - no need for PPA installs of GNOME desktop itself.

GNOME 3 extensions

GNOME tweak tool settings

  • $ gnome-tweak-tool
  • Fonts
    • Window Titles: Cantarell/Bold/9
    • Interface: Cantarell/9
    • Documents: Sans/9
    • Monospace: Ubuntu Mono/10
    • Hinting: Slight
    • Antialiasing: Rgba
    • Scaling Factor: 1.0
  • Top Bar
    • Show Application Menu: Off
    • Show date: On
  • Windows/Titlebar Buttons
    • Maximize: On
    • Minimize: On

GNOME disable animations

$ gsettings set org.gnome.settings-daemon.plugins.remote-display active false
$ gsettings set org.gnome.desktop.interface enable-animations false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment