File: com.github.tchx84.Flatseal.gschema.xml

package info (click to toggle)
flatseal 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,796 kB
  • sloc: javascript: 5,161; xml: 85; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 572 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="flatseal">
  <schema id="com.github.tchx84.Flatseal" path="/com/github/tchx84/Flatseal/">
    <key name="window-width" type="i">
      <default>1024</default>
    </key>
    <key name="window-height" type="i">
      <default>768</default>
    </key>
    <key name="window-maximized" type="b">
      <default>false</default>
    </key>
    <key name="selected-app-id" type="s">
      <default>""</default>
      <summary>Application ID that was last selected</summary>
    </key>
  </schema>
</schemalist>