3

It is very hard to resize a window in Ubuntu 20.04. The resizing UI widget has to be precisely placed (< 5 pixels).

<5 pixels width

The answer to How do I increase the resize margin on windows? does not work for 20.04.

How do I increase the resize margin in 20.04?

pomsky
  • 68,507
ajlogo
  • 31

1 Answers1

1

Various workarounds posted to the other question you mentioned are still usable on Ubuntu 20.04 though.

For example, the workaround mentioned in the top scoring and the accepted answer still works in a sense:

enter image description here

The only difference is that on Ubuntu 20.04 the default window action key is Super (usually the key with the Windows logo) instead of Alt. So you can resize windows by pressing and holding down Super and then middle mouse click and drag.

You can also change your window action key to Alt using (GNOME) Tweaks. Launch Tweaks and change the key for the 'Window Action Key' option in the 'Windows' section.


Similarly, the Alt+F8 trick mentioned in this answer also works fine on Ubuntu 20.04 and so does the right-clicking on the title bar and selecting the 'Resize' from the context-menu trick as mentioned in another answer.

pomsky
  • 68,507
  • 1
    Hot keys aren't what I'm looking for. . I do not want to compell users to use Hot keys. I want to change the margins to have an acceptable UX expectations. – ajlogo Jul 07 '20 at 21:05
  • You linked this question and said "The answer ... does not work for 20.04." without actually mentioning any specific answer. I just pointed out that various workarounds posted as answers to the that question (including the top answer) are still valid in 20.04 (with a slight change perhaps), that's about it. :) – pomsky Jul 07 '20 at 21:16
  • Your right - It's still valid if you want to avoid or can not change the actual width.. My original question referenced the second answer specifically which was to modify an theme xml file. This worked fine in 19.04 My question however was deemed needing 'clarity' so I dropped it and added a picture. No malice intended. – ajlogo Jul 08 '20 at 23:50