
I used to set it a la "classic" Mac OS: close button to the left, other buttons to the right. This arrangement is ideal, as it prevents clicking the close button by mistake. Also, toggle shade has its own button, which I also find handy.

That usually means something has been removed. This is probably it.What's New - Other Improvements wrote:Simplified window settings
You are welcome. For the benefit of other readers...Stormwatch wrote: ↑Fri Dec 20, 2019 8:58 amThumbs up to you, that worked.![]()
The path is: org / cinnamon / desktop / wm / preferences / button-layout
And the string: close:shade,minimize,maximize
Code: Select all
close
minimize
maximize
spacer
menu
stick
above
lower
shade
Code: Select all
dconf write /org/cinnamon/desktop/wm/preferences/button-layout "'button1,button2:button3,button4'"
Code: Select all
dconf write /org/cinnamon/desktop/wm/preferences/button-layout "'close:minimize,maximize'"
Code: Select all
dconf write /org/cinnamon/desktop/wm/preferences/button-layout "':minimize,spacer,maximize,spacer,close'"
Code: Select all
dconf write /org/cinnamon/desktop/wm/preferences/button-layout "'menu,stick:minimize,maximize,close'"
Not that I know of... so, thank you!