Home | History | Annotate | Download | only in graphics

Lines Matching full:args_string

496 def call_xrandr(args_string=''):
498 Calls xrandr with the args given by args_string.
503 @param args_string: A single string containing all arguments.
507 return utils.system_output(xcommand('xrandr %s' % args_string))