zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _xrandr
@ 2007-06-23 21:29 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2007-06-23 21:29 UTC (permalink / raw)
  To: zsh-workers

xrandr

Index: Completion/X/Command/_xrandr
===================================================================
RCS file: Completion/X/Command/_xrandr
diff -N Completion/X/Command/_xrandr
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ Completion/X/Command/_xrandr	23 Jun 2007 21:29:08 -0000
@@ -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:'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-06-23 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-23 21:29 PATCH: _xrandr Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).