================================ Type deai.plugin.xorg.randr:View ================================ .. lua:module:: deai.plugin.xorg.randr.View See :lua:attr:`RandrExt.view-change `, :lua:attr:`Output.current_view ` for more information about this type Properties ========== .. list-table:: :header-rows: 0 * - :lua:attr:`config ` - View config * - :lua:attr:`outputs ` - View outputs .. lua:attribute:: config: ViewConfig :type: :lua:mod:`ViewConfig ` View config The size, offset, and rotation settings of this view. This is read/write so you can, say, change your screen resolution by changing the view config. .. lua:attribute:: outputs: [Output] :type: :lua:mod:`[Output] ` View outputs A list of outputs that is connected to this view.