# file sample1.ggo option "fullscreen" f "Use fullscreeen mode" flag off option "interactive" i "Activate interactive mode" flag off option "width" x "Specify screen width" int typestr="pixels" default="1024" no option "height" y "Specify screen height" int typestr="pixels" default="768" no option "config_file" c "(default='~/.paraslash/sdl_gui.conf')" string typestr="filename" no option "window-id" w "(currently ignored)" string typestr="filename" no option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc -t 100 stat" no option "pic_cmd" p "command to read pic from" string typestr="command" default="para_client pic" no