Skip to content

Instantly share code, notes, and snippets.

@ivoarch
Created November 29, 2016 13:41
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 ivoarch/4ee43b75e1725fd62f0f448c378c1457 to your computer and use it in GitHub Desktop.
Save ivoarch/4ee43b75e1725fd62f0f448c378c1457 to your computer and use it in GitHub Desktop.
--- hide-app-icon@mrapp.sourceforge.com/schemas-orig/org.gnome.shell.extensions.hide-app-icon.gschema.xml 2016-10-16 17:35:54.000000000 +0200
+++ hide-app-icon@mrapp.sourceforge.com/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