common module

Configure available displays.

Code to automatically setup the displays from the provided configuration.

common.fullscreen = True

Enable fullscreen ?

common.geometries = [(640, 720, 0, 360), (1280, 720, 640, 360), (1920, 720, 1280, 360)]

The pre-defined geometries.

common.logical_displays = [0, 1, 2]

The playlist to use for the relative entry in physical_displays.

common.physical_displays = [0, 1]

The physical displays to use, indexed from 0 indicating display port.

common.use_geometry = False

Enable geometries ?