X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-x;h=e2734a345435f8711ce003012f55621e82749786;hb=4e55cf7818d565fcb832e5a61dc035cc84944c7e;hp=f38edfff37370a74d341a65e319936df4e27aed7;hpb=7ed14117b6a43439b9515599928b223d7a0d4f68;p=grml-x.git diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index f38edff..e2734a3 100644 --- a/etc/zsh/completion.d/_grml-x +++ b/etc/zsh/completion.d/_grml-x @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Tue Apr 17 01:53:45 CEST 2007 [ft] +# Latest change: Sam Nov 17 18:59:26 CET 2007 [mika] ################################################################################ local arguments wm @@ -12,13 +12,15 @@ local -a wms wms=() -for wm in blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal gnome-session \ - gnomesession icewm ion2 ion3 jwm pekwm pwm3 ratpoison startkde twm \ - w9wm windowlab wmi wmii wm-ng xfce4 xfwm4 ; do - [ -x /usr/bin/$wm ] && wms+=$wm +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm openbox \ + particleman pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi \ + wmii wm-ng xfce4 xfwm4 xmonad ; do + [ -x /usr/bin/$wm ] && wms+=$wm done arguments=( + '-composite[enable composite extension (disabled by default)]' '-display:display for xserver:(7 8)' '-force[force creation of xconfig file]' '-help:[display help]' @@ -36,7 +38,7 @@ arguments=( '-ps2[add entry for PS/2 mouse]' '-usb[add entry for USB mouse]' '-vsync:vertical sync frequencies ():(43 `seq 45 5 70` 72)' - '-xserver:xserver used for creation of xconfig file:(XFree86 X.org)' + '-xinerama[try to set up multihead using Xinerama setup]' ':window manager:($wms)' ) _arguments -s $arguments