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
  • 207,970
Yanshof
  • 321
  • 3
  • 6
  • 16

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,969
  • 19
  • 80
  • 117
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.

DonFilipe
  • 1
  • 2
  • 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