Skip to content

Instantly share code, notes, and snippets.

@BertanT
Created February 4, 2022 00:34
Show Gist options
  • Save BertanT/0bea3c006f3de5ae10bb62543bb25c62 to your computer and use it in GitHub Desktop.
Save BertanT/0bea3c006f3de5ae10bb62543bb25c62 to your computer and use it in GitHub Desktop.
Change Window Button Order on Raspberry Pi OS Debian Bullseye

Change Window Button Order on Raspberry Pi OS Debian Bullseye

I was looking for a way to change the window button order on the new Raspberry Pi OS Debian Bullseye.The Openbox configuration doesn't work for this since the new realse uses Mutter as the window manager. Then I found this termianl command that changes the button order in Mutter

You can change the order of the buttons to customize it to your liking!

gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize"

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