Skip to content

Instantly share code, notes, and snippets.

@YliesC
Last active August 23, 2023 02:05
Show Gist options
  • Save YliesC/b94c57fd041260bb287d9a86453ecbbc to your computer and use it in GitHub Desktop.
Save YliesC/b94c57fd041260bb287d9a86453ecbbc to your computer and use it in GitHub Desktop.
[Move windows buttons from right to left on GNOME]
gsettings set org.gnome.settings-daemon.plugins.xsettings overrides "{'Gtk/DecorationLayout': <'close,minimize,maximize:menu'>}"
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,minimize,maximize:menu'
@benyaminl
Copy link

Thanks, this is simpler for Ubuntu 22.04.3 LTS... the ubuntu tweak is lost.. and we don't have this kind of GUI for this.. and all need via cli or gnome conf. Thank you!

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