168 lines
4.6 KiB
XML
168 lines
4.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<schemalist gettext-domain="breezydesktop">
|
|
<schema id="com.xronlinux.BreezyDesktop" path="/com/xronlinux/BreezyDesktop/">
|
|
<key name="recenter-display-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>space']]]>
|
|
</default>
|
|
<summary>Re-center display</summary>
|
|
<description>
|
|
Shortcut to re-center the virtual display.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>Return']]]>
|
|
</default>
|
|
<summary>Trigger change to display distance</summary>
|
|
<description>
|
|
Shortcut to change the display distance.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-follow-shortcut" type="as">
|
|
<default>
|
|
<![CDATA[['<Control><Super>0']]]>
|
|
</default>
|
|
<summary>Toggle follow mode</summary>
|
|
<description>
|
|
Shortcut to toggle follow mode.
|
|
</description>
|
|
</key>
|
|
<key name="display-distance" type="d">
|
|
<default>
|
|
1.05
|
|
</default>
|
|
<summary>Display distance</summary>
|
|
<description>
|
|
How far away the display appears. Farther will look smaller, closer will look larger.
|
|
</description>
|
|
</key>
|
|
<key name="follow-threshold" type="d">
|
|
<default>
|
|
15
|
|
</default>
|
|
<summary>Follow threshold</summary>
|
|
<description>
|
|
When follow mode is enabled: the threshold, in degrees, at which the display will begin to follow
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-start" type="d">
|
|
<default>
|
|
0.85
|
|
</default>
|
|
<summary>Display distance start</summary>
|
|
<description>
|
|
Start distance when using the "change distance" shortcut.
|
|
</description>
|
|
</key>
|
|
<key name="toggle-display-distance-end" type="d">
|
|
<default>
|
|
1.05
|
|
</default>
|
|
<summary>Display distance end</summary>
|
|
<description>
|
|
End distance when using the "toggle display distance" shortcut.
|
|
</description>
|
|
</key>
|
|
<key name="widescreen-mode" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Widescreen mode</summary>
|
|
<description>
|
|
Enable widescreen/SBS mode
|
|
</description>
|
|
</key>
|
|
<key name="display-size" type="d">
|
|
<default>
|
|
1.0
|
|
</default>
|
|
<summary>Display size</summary>
|
|
<description>
|
|
The size of the display
|
|
</description>
|
|
</key>
|
|
<key name="curved-display" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Curved display</summary>
|
|
<description>
|
|
Enable curved display mode
|
|
</description>
|
|
</key>
|
|
<key name="look-ahead-override" type="i">
|
|
<default>
|
|
-1
|
|
</default>
|
|
<summary>Look-ahead override</summary>
|
|
<description>
|
|
Manually override the look-ahead calculation
|
|
</description>
|
|
</key>
|
|
<key name="use-optimal-monitor-config" type="b">
|
|
<default>
|
|
true
|
|
</default>
|
|
<summary>Use optimal monitor configuration</summary>
|
|
<description>
|
|
Automatically set the optimal monitor configuration upon connection
|
|
</description>
|
|
</key>
|
|
<key name="headset-as-primary" type="b">
|
|
<default>
|
|
true
|
|
</default>
|
|
<summary>Headset as primary</summary>
|
|
<description>
|
|
Automatically set the headset as the primary display upon connection
|
|
</description>
|
|
</key>
|
|
<key name="use-highest-refresh-rate" type="b">
|
|
<default>
|
|
true
|
|
</default>
|
|
<summary>Use highest refresh rate</summary>
|
|
<description>
|
|
Automatically set the highest refresh rate upon connection
|
|
</description>
|
|
</key>
|
|
<key name="fast-sbs-mode-switching" type="b">
|
|
<default>
|
|
true
|
|
</default>
|
|
<summary>Fast SBS mode switching</summary>
|
|
<description>
|
|
Enable fast SBS mode switching
|
|
</description>
|
|
</key>
|
|
<key name="disable-anti-aliasing" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Disable anti-aliasing</summary>
|
|
<description>
|
|
Disable anti-aliasing
|
|
</description>
|
|
</key>
|
|
<key name="developer-mode" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Developer mode</summary>
|
|
<description>
|
|
Enable developer mode
|
|
</description>
|
|
</key>
|
|
<key name="debug" type="b">
|
|
<default>
|
|
false
|
|
</default>
|
|
<summary>Log debug messages</summary>
|
|
<description>
|
|
Log debug messages
|
|
</description>
|
|
</key>
|
|
</schema>
|
|
</schemalist>
|