Created
November 29, 2016 13:41
-
-
Save ivoarch/4ee43b75e1725fd62f0f448c378c1457 to your computer and use it in GitHub Desktop.
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
--- [email protected]/schemas-orig/org.gnome.shell.extensions.hide-app-icon.gschema.xml 2016-10-16 17:35:54.000000000 +0200 | |
+++ [email protected]/schemas/org.gnome.shell.extensions.hide-app-icon.gschema.xml 2016-11-29 14:32:17.465748160 +0100 | |
@@ -11,17 +11,17 @@ | |
</key> | |
<key type="b" name="hide-app-label"> | |
- <default>false</default> | |
+ <default>true</default> | |
<summary>Hide app label</summary> | |
<description>Hides the label of the currently focused app in the top panel of the GNOME shell.</description> | |
</key> | |
<key type="b" name="hide-arrow"> | |
- <default>false</default> | |
+ <default>true</default> | |
<summary>Hide arrow</summary> | |
<description>Hides the arrow which belongs to the menu of the currently focused app in the top panel of the GNOME shell.</description> | |
</key> | |
</schema> | |
-</schemalist> | |
\ No newline at end of file | |
+</schemalist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment