Sunday, January 25, 2015

How can I make the draggable window border thicker?

Change the following parameters in the appropriate Metacity XML file. Ambiance's theme is located in /usr/share/themes/Ambiance/metacity-1/metacity-theme-1.xml The folowing parameters change the width of the borders and consequently the width of the re-size area:


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


By default they are set to "1", but I found that changing them to "4" doesn't change the appearance very drastically, but makes it very much easier to re-size using the mouse.

No comments: