Created
October 20, 2017 18:10
-
-
Save giannisp/1ed3665af198f62271712569e14ac808 to your computer and use it in GitHub Desktop.
Ubuntu 17.10 - Move window buttons to the left
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Move to the left | |
gsettings set org.gnome.desktop.wm.preferences button-layout 'close,maximize,minimize:' | |
# Move to the right | |
gsettings set org.gnome.desktop.wm.preferences button-layout ':close,maximize,minimize' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment