How to move window buttons to right in Ubuntu 13.10

Ubuntu 13.10 Saucy Salamander is going to be released on October 17th. I’ve installed the final beta on my laptop. If you’re not comfortable with Ubuntu’s default window title buttons (minimize, maximize, close) location, you can easily move them to right via following steps.

1.) Go to Unity Dash, search for and open Dconf Editor. If not exist, install it from Ubuntu Software Center.

2.) When it opens, navigate to org -> gnome -> desktop -> wm -> preferences.

3.) Change the value of button-layout to:

:minimize,maximize,close

That’s it. Enjoy!

By Ji m

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to remind me outdated tutorial! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

7 comments

  1. Note that “System Settings” > “Unity Tweak” > “Tweaks” > “Window” > “Window control button position” > “Right” will also set this to “:minimize,maximize,close”, but the above method is more powerful as one can add in the very handy system menu icon (invoked via keyboard by alt+space) as well by setting “button-layout” to “menu::minimize,maximize,close”.

    1. This work in Ubuntu 14.04 if you use the Unity Tweak Tool.

      System Tools > Preferences > Unity Tweak Tool. You’ll start in Overview so click “Window Controls” under Appearance and select the radio button of your choice: Right

  2. gsettings set org.gnome.desktop.wm.preferences button-layout ‘:minimize,maximize,close’

    will do the job in command line. no extra tools necessary. put “:” in front to have buttons on the right and put “:” after “close” to have them in the left corner..

Comments are closed.

Exit mobile version