Add desktop integration files and window state persistence
This commit is contained in:
14
outlay-gtk/data/io.github.outlay.gschema.xml
Normal file
14
outlay-gtk/data/io.github.outlay.gschema.xml
Normal 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>
|
||||
Reference in New Issue
Block a user