mirror of
https://github.com/brl/mutter.git
synced 2025-01-07 18:22:14 +00:00
b49421d8e8
Adding a <dbus/> element containing a boolean (yes/no) determines whether org.gnome.Mutter.DisplayConfig ApplyMonitorsConfig will be callable. The state is also introspectable via the ApplyMonitorsConfigAllowed property on the same interface. For example <monitors version="2"> <policy> <dbus>no</dbus> </policy> </monitors> Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2030>
7 lines
99 B
XML
7 lines
99 B
XML
<monitors version="2">
|
|
<policy>
|
|
<dbus>no</dbus>
|
|
<dbus>yes</dbus>
|
|
</policy>
|
|
</monitors>
|