Created
March 28, 2016 08:45
-
-
Save entr/825ed5e842f3ecf1b992 to your computer and use it in GitHub Desktop.
Vertex metacity - no titlebars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<frame_geometry name="normal" title_scale="medium" rounded_top_left="3" rounded_top_right="3" hide_buttons="true" has_title="false"> | |
<distance name="left_width" value="1" /> | |
<distance name="right_width" value="1" /> | |
<distance name="bottom_height" value="1" /> | |
<distance name="left_titlebar_edge" value="3"/> | |
<distance name="right_titlebar_edge" value="3"/> | |
<distance name="title_vertical_pad" value="4"/> | |
<border name="title_border" left="0" right="0" top="0" bottom="0"/> | |
<border name="button_border" left="0" right="0" top="0" bottom="0"/> | |
<distance name="button_width" value="0"/> | |
<distance name="button_height" value="0"/> | |
</frame_geometry> | |
<frame_geometry name="normal_unfocused" title_scale="medium" rounded_top_left="3" rounded_top_right="3" parent="normal"> | |
</frame_geometry> | |
<frame_geometry name="max" title_scale="small" parent="normal" rounded_top_left="false" rounded_top_right="false" hide_buttons="true" has_title="false"> | |
<distance name="left_width" value="0" /> | |
<distance name="right_width" value="0" /> | |
<distance name="bottom_height" value="0" /> | |
<distance name="left_titlebar_edge" value="0"/> | |
<distance name="right_titlebar_edge" value="0"/> | |
<distance name="button_width" value="0"/> | |
<distance name="button_height" value="0"/> | |
<border name="title_border" left="0" right="0" top="0" bottom="0"/> | |
<border name="button_border" left="0" right="0" top="0" bottom="0"/> | |
<distance name="title_vertical_pad" value="0"/> | |
</frame_geometry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment