2022-07-25 14:25:14 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<schemalist>
|
2022-07-25 21:08:56 +02:00
|
|
|
<enum id="name.janouch.fiv.thumbnail-size">
|
|
|
|
<value nick='Small' value='0'/>
|
|
|
|
<value nick='Normal' value='1'/>
|
|
|
|
<value nick='Large' value='2'/>
|
|
|
|
<value nick='Huge' value='3'/>
|
|
|
|
</enum>
|
|
|
|
|
2022-07-25 14:25:14 +02:00
|
|
|
<schema path="/name/janouch/fiv/" id="name.janouch.fiv">
|
|
|
|
<key name='native-view-window' type='b'>
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Use a native window for the view</summary>
|
|
|
|
<description>
|
|
|
|
On X11, using native GdkWindows enables use of 30-bit Visuals
|
|
|
|
(that is, 10 bits per channel), at the cost of disabling
|
|
|
|
double buffering.
|
|
|
|
</description>
|
|
|
|
</key>
|
2022-07-25 20:27:04 +02:00
|
|
|
<key name='dark-theme' type='b'>
|
|
|
|
<default>false</default>
|
2022-07-25 21:08:56 +02:00
|
|
|
<summary>Use a dark theme variant on start-up</summary>
|
|
|
|
</key>
|
2022-07-25 23:18:59 +02:00
|
|
|
<key name='show-browser-sidebar' type='b'>
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Show the browser's sidebar</summary>
|
|
|
|
</key>
|
|
|
|
<key name='show-view-toolbar' type='b'>
|
|
|
|
<default>true</default>
|
|
|
|
<summary>Show a toolbar in the image view</summary>
|
|
|
|
</key>
|
2022-07-25 21:08:56 +02:00
|
|
|
<key name='thumbnail-size' enum='name.janouch.fiv.thumbnail-size'>
|
|
|
|
<default>'Normal'</default>
|
|
|
|
<summary>Thumbnail size to assume on start-up</summary>
|
2022-07-25 20:27:04 +02:00
|
|
|
</key>
|
2022-07-25 14:25:14 +02:00
|
|
|
</schema>
|
|
|
|
</schemalist>
|