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:
parent
f2f2406995
commit
b6f903d05d
|
|
@ -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',
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue