```kurt@z68:/media/data/dev/cnc/QtPyVCP$ mini -h Mini - A QtPyVCP based Virtual Control Panels for LinuxCNC. Usage: mini --ini=INI [--log-level=LEVEL] [--log-file=FILE] [--perfmon] [--theme=THEME] [--stylesheet=SYTLESHEET] [--pref-file=FILE] [--size=WIDTHxHEIGHT] [--position=XPOSxYPOS] [--fullscreen] [--maximize] [--hide-menu-bar] [--hide-status-bar] mini (-h | --help) mini (-v | --version) Required Arguments: --ini INI Path to INI file, relative to ~/linuxcnc/configs. Display Options: --theme THEME The Qt theme to use, defaults to system theme. --stylesheet STYLESHEET Path to QSS file containing styles to be applied to specific Qt and/or QtPyVCP widget classes. --size WIDTHxHEIGHT Initial size of the window in pixels. --position XPOSxYPOS Initial position of the window, specified as the coordinates of the top left corner of the window relative to the top left corner of the screen. -f --fullscreen Flag to start with window fullscreen. -m --maximize Flag to start with window maximized. --hide-menu-bar Hides the menu bar, if present. --hide-status-bar Hides the status bar, if present. Application Options: --log-level=(DEBUG | INFO | WARN | ERROR | CRITICAL) Sets the log level. [default: INFO] --log-file=FILE Specifies the log file. Overrides INI setting. --pref-file=FILE Specifies the preference file. Overrides INI setting. --perfmon Monitor and log system performance. --command_line_args ... General Options: --chooser Forces the graphical VCP chooser to be shown. If a VCP was specified it will be ignored. Useful for overriding a VCP specified in an INI file. -h --help Show this help and exit. -v --version Show version. Note: When specifying Mini in the INI using [DISPLAY]DISPLAY=mini [...] the --ini parameter will be passed by the linuxcnc startup script so does not need to be specified.```