Add desktop integration files and window state persistence

This commit is contained in:
2026-03-02 00:58:21 +02:00
parent ed5a5e231f
commit 0c4ae673a8
4 changed files with 85 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="io.github.outlay" path="/io/github/outlay/">
<key name="window-width" type="i">
<default>900</default>
</key>
<key name="window-height" type="i">
<default>600</default>
</key>
<key name="window-maximized" type="b">
<default>false</default>
</key>
</schema>
</schemalist>