mirror of
https://github.com/donl/Lights-Up.git
synced 2026-05-25 22:06:26 -06:00
35 lines
No EOL
1.1 KiB
XML
35 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist>
|
|
<schema id="com.github.philip-scott.lights-up" path="/com/github/philip-scott/lights-up/">
|
|
<key name="window-x" type="i">
|
|
<default>-1</default>
|
|
<summary>Window position</summary>
|
|
<description>Window position</description>
|
|
</key>
|
|
<key name="window-y" type="i">
|
|
<default>-1</default>
|
|
<summary>Window position</summary>
|
|
<description>Window position</description>
|
|
</key>
|
|
<key name="window-w" type="i">
|
|
<default>-1</default>
|
|
<summary>Window width</summary>
|
|
<description>Window width</description>
|
|
</key>
|
|
<key name="window-h" type="i">
|
|
<default>-1</default>
|
|
<summary>Window height</summary>
|
|
<description>Window height</description>
|
|
</key>
|
|
<key name="host" type="s">
|
|
<default>""</default>
|
|
<summary>The IP address of the host</summary>
|
|
<description>192.168.1.0</description>
|
|
</key>
|
|
<key name="user" type="s">
|
|
<default>""</default>
|
|
<summary>The saved user, once authentication happens</summary>
|
|
<description>Keep it secret</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist> |