Skip to content

Instantly share code, notes, and snippets.

@pasrom
Last active May 2, 2018 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pasrom/dc4d344951aca087129a741b313aff1a to your computer and use it in GitHub Desktop.
Save pasrom/dc4d344951aca087129a741b313aff1a to your computer and use it in GitHub Desktop.
Ubuntu-Mate resize margin problem
sudo nano /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml

change following values to 5 or another value you prefer

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

or you can resize the window with ALT + right click or with ALT + F8

source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment