X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-x;h=b2217a0faafbf9fa9761d11aa9059498b8eaf5e1;hb=904299aea559e7bf798d8ae4d4412439f7669b5d;hp=15097a711e4290db56395faf73abb25e111dfd02;hpb=71e8fbeb3b82bd56249571cca4077d26320d70ec;p=grml-x.git diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index 15097a7..b2217a0 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: Son Mai 27 21:54:19 CEST 2007 [mika] +# 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