Skip to content

Instantly share code, notes, and snippets.

@mapaiva
Created March 24, 2017 13:49
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 mapaiva/6a47cc7121cf6103471f5923f1ac6405 to your computer and use it in GitHub Desktop.
Save mapaiva/6a47cc7121cf6103471f5923f1ac6405 to your computer and use it in GitHub Desktop.
Gnome window buttons to the left
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:';
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DecorationLayout':<'close,minimize,maximize:'>}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment