Configure winmgr section

This section specifies the parameters related to the windowing manager system.

Your graphics.conf configuration file must include a winmgr section where your global, display, class and mtouch parameters are specified.

The winmgr section is identified as the section of the configuration file that is enclosed by begin winmgr and end winmgr.
...
begin winmgr
  begin globals
  ...
  end globals

  begin display hdmi
  ...
  end display

  begin class framebuffer
  ...
  end class
  
  begin mtouch
  ...
  end mtouch
end winmgr
   

Within the winmgr section: