/etc/zsh/completion.d/_grml-x: support openbox
[grml-x.git] / etc / zsh / completion.d / _grml-x
index f38edff..b2217a0 100644 (file)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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: Die Jul 10 16:31:47 CEST 2007 [mika]
 ################################################################################
 
 local arguments wm
@@ -13,8 +13,8 @@ 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
+          gnomesession icewm ion2 ion3 jwm openbox pekwm pwm3 ratpoison      \
+         startkde twm w9wm windowlab wmi wmii wm-ng xfce4 xfwm4 ; do
   [ -x /usr/bin/$wm ] && wms+=$wm
 done
 
@@ -36,7 +36,6 @@ arguments=(
   '-ps2[add entry for PS/2 mouse]'
   '-usb[add entry for USB mouse]'
   '-vsync:vertical sync frequencies (<number>):(43 `seq 45 5 70` 72)'
-  '-xserver:xserver used for creation of xconfig file:(XFree86 X.org)'
   ':window manager:($wms)'
 )
 _arguments -s $arguments