Skip to content
  • Jonas Ådahl's avatar
    monitor-config-store: Allow changing D-Bus configuration policy · b49421d8
    Jonas Ådahl authored and Marge Bot's avatar Marge Bot committed
    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: <!2030>
    b49421d8