X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fzsh%2Fcompletion.d%2F_grml-x;fp=etc%2Fzsh%2Fcompletion.d%2F_grml-x;h=398155498053bb750201b03fdd108830f476a2d6;hb=3455201eff2836409fa863b0dda2c9630fcfdab9;hp=b42c61c618de9389c9ac6e22bafaefa13d86718a;hpb=924c0434379e7b77a2e7f7d41d463008cdb5225b;p=grml-x.git diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index b42c61c..3981554 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: Don Jul 12 01:27:03 CEST 2007 [mika] +# Latest change: Mon Nov 05 23:28:28 CET 2007 [mika] ################################################################################ local arguments wm @@ -12,9 +12,10 @@ local -a wms wms=() -for wm in blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal gnome-session \ - gnomesession icewm ion2 ion3 jwm openbox pekwm pwm3 ratpoison \ - startkde twm w9wm windowlab wmi wmii wm-ng xfce4 xfwm4 ; do +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm openbox \ + pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi wmii wm-ng \ + xfce4 xfwm4 xmonad ; do [ -x /usr/bin/$wm ] && wms+=$wm done