aboutsummaryrefslogtreecommitdiff
path: root/fiv.gschema.xml
blob: dfddfd176419e28dfaef5965926d819d9f9e1009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
	<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>
		<key name='dark-theme' type='b'>
			<default>false</default>
			<summary>Use a dark theme variant</summary>
		</key>
	</schema>
</schemalist>