From f00a49c808079a4864d150b86f3d90a4cfa6cf3f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sat, 23 Jun 2007 21:32:23 +0000 Subject: 23587: completion for xrandr. --- Completion/X/Command/_xrandr | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Completion/X/Command/_xrandr (limited to 'Completion/X') diff --git a/Completion/X/Command/_xrandr b/Completion/X/Command/_xrandr new file mode 100644 index 000000000..020728a6d --- /dev/null +++ b/Completion/X/Command/_xrandr @@ -0,0 +1,32 @@ +#compdef xrandr + +_arguments \ + '(-d -display)'{-d,-display}':X display:_x_display' \ + '-help[display help]' \ + '(-o --orientation)'{-o,--orientation}':rotation:(normal inverted left right 0 1 2 3)' \ + '(-q --query)'{-q,--query}'[display current state]' \ + '(-s --size)'{-s,--size}':size:' \ + '(-r --rate --refresh)'{-r,--rate,--refresh}':target refresh rate:' \ + '(-v --version)'{-v,--version}'[display version]' \ + '-x[reflect across X axis]' \ + '-y[reflect across Y axis]' \ + '--screen:X screen number' \ + '--verbose[be more verbose]' \ + '--dryrun' \ + '(--prop --properties)'{--prop,--properties}'[display the contents of properties for each output]' \ + '--fb:size:' \ + '--fbmm:size:' \ + '--dpi:dpi:' \ + '--output:output to reconfigure:' \ + '--auto' \ + '--mode:mode:' \ + '--preferred' \ + '--pos:position:' \ + '--reflect:axes:(normal x y xy)' \ + '--rotate:rotation:(normal inverted left right)' \ + '--left-of:output' \ + '--right-of:output' \ + '--above:output' \ + '--below:output' \ + '--off[disable the output]' \ + '--crtc:crtc to use:' -- cgit 1.4.1