diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 14:25:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-25 19:05:27 +0200 |
commit | dcc5b6c719bec84fe90c64037fa9a69f53095c3f (patch) | |
tree | cc9b3e6831dc27a76d099caee2e5aa22f722860f /fiv.gschema.xml | |
parent | eca319e5e4aa76900721545531ea0d6545298143 (diff) | |
download | fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.gz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.tar.xz fiv-dcc5b6c719bec84fe90c64037fa9a69f53095c3f.zip |
Use GSettings for a new native window toggle
Also, redo desktop files handling.
Diffstat (limited to 'fiv.gschema.xml')
-rw-r--r-- | fiv.gschema.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fiv.gschema.xml b/fiv.gschema.xml new file mode 100644 index 0000000..d52eb46 --- /dev/null +++ b/fiv.gschema.xml @@ -0,0 +1,14 @@ +<?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> + </schema> +</schemalist> |