Last active
August 29, 2015 14:06
-
-
Save gorillamoe/9b4cadce3755cffebb2d to your computer and use it in GitHub Desktop.
Remove Titlebar from Gnome 3 Window when maximized
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
<!-- Edit /usr/local/themes/[YOUR CURRENT THEME NAME]/metacity-1/metacity-theme-3.xml --> | |
<frame_geometry name="max" has_title="false" title_scale="medium" parent="normal" rounded_bottom_right="false" rounded_bottom_left="false" rounded_top_left="false" rounded_top_right="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="title_vertical_pad" value="0"/> | |
<border name="title_border" left="0" right="0" top="0" bottom="0"/> | |
</frame_geometry> | |
<!-- Press ALT + F2 and type "r", then press the Enter key to reload Gnome --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment