pika-drivers/data/com.github.pikaos-linux.pikadrivers.gschema.xml

18 lines
565 B
XML
Raw Normal View History

2023-07-01 22:20:30 +02:00
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
2024-02-21 22:10:03 +01:00
<schema id="com.github.pikaos-linux.pikadrivers" path="/com/github/pikaos-linux/drivers/">
2023-07-01 22:20:30 +02:00
<key name="window-width" type="i">
<default>1200</default>
<summary>Default window width</summary>
</key>
<key name="window-height" type="i">
<default>600</default>
<summary>Default window height</summary>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Default window maximized behaviour</summary>
</key>
</schema>
</schemalist>