Update headset-as-primary, default to false

So virtual displays are more likely to appear next to the glasses display
This commit is contained in:
wheaney 2025-02-28 21:49:12 -08:00
parent f2f2406995
commit b6f903d05d
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ export const MonitorManager = GObject.registerClass({
'Use headset as primary monitor', 'Use headset as primary monitor',
'Automatically set the headset as the primary display upon connection', 'Automatically set the headset as the primary display upon connection',
GObject.ParamFlags.READWRITE, GObject.ParamFlags.READWRITE,
true false
), ),
'extension-path': GObject.ParamSpec.string( 'extension-path': GObject.ParamSpec.string(
'extension-path', 'extension-path',

View File

@ -156,7 +156,7 @@
</key> </key>
<key name="headset-as-primary" type="b"> <key name="headset-as-primary" type="b">
<default> <default>
true false
</default> </default>
<summary>Headset as primary</summary> <summary>Headset as primary</summary>
<description> <description>