0

I want to change the location of the 'close' and 'minimize' window. The default location is on upper left - and I want it to be on upper right.

Screenshot attached enter image description here

muru
  • 197,895
  • 55
  • 485
  • 740
Yanshof
  • 321

2 Answers2

3

You can do this with unity-tweak-tool

sudo apt-get install unity-tweak-tool

Now go to Appearance > Window Controls and set it to Right

enter image description here

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
0

You can do this with the gnome-tweak-tool.

$ sudo add-apt-repository universe
$ sudo apt install gnome-tweak-tool

Than you go to Window Titlebars and change the option by placement to left.

  • You are answering an extremely old question of when ubuntu used unity. So your's is not the correct answer, refer to the accepted answer for the correct solution (unity-tweak-tool). – dsSTORM Jan 13 '19 at 18:47