Advertisement
Guest User

/usr/share/glib-2.0/schemas/org.gnome.gnome-panel.layout.top

a guest
Apr 19th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <schemalist gettext-domain="gnome-panel-3.0">
  3.  
  4. <schema path="/org/gnome/gnome-panel/layout/toplevels/" id="org.gnome.gnome-panel.layout.toplevels">
  5. <child schema="org.gnome.gnome-panel.layout.toplevels.top-panel" name="top-panel"/>
  6. <child schema="org.gnome.gnome-panel.layout.toplevels.bottom-panel" name="bottom-panel"/>
  7. </schema>
  8.  
  9. <schema id='org.gnome.gnome-panel.layout.toplevels.top-panel'>
  10. <key name='auto-hide' type='b'>
  11. <default>true</default>
  12. </key>
  13. </schema>
  14.  
  15. <schema id='org.gnome.gnome-panel.layout.toplevels.bottom-panel'>
  16. <key name='auto-hide' type='b'>
  17. <default>true</default>
  18. </key>
  19. </schema>
  20.  
  21. </schemalist>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement