File: org.gnome.Extensions.gschema.xml

package info (click to toggle)
gnome-shell 49.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,804 kB
  • sloc: javascript: 75,083; ansic: 66,192; xml: 1,798; sh: 919; python: 666; makefile: 51
file content (17 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema path="/org/gnome/Extensions/" id="org.gnome.Extensions">
    <key name="window-width" type="i">
      <default>800</default>
      <summary>Window width</summary>
    </key>
    <key name="window-height" type="i">
      <default>500</default>
      <summary>Window height</summary>
    </key>
    <key name="window-maximized" type="b">
      <default>false</default>
      <summary>Window maximized</summary>
    </key>
  </schema>
 </schemalist>