Increasing window resize corner in Ubuntu 12.04

Resizing a window in Unity/Ubuntu 12.04 is quite a pain as one needs to target the 1 pixel border of the lower right corner. Fortunately the width can be increased:

Edit /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml

and increase the widths, i.e.:

  <distance name="left_width" value="8"/>
  <distance name="right_width" value="8"/>
  <distance name="bottom_height" value="8"/>

Log out and in again.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.