From: Michael Prokop Date: Tue, 10 Jul 2007 14:32:07 +0000 (+0200) Subject: /etc/zsh/completion.d/_grml-x: support openbox X-Git-Tag: 0.3.27 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=904299aea559e7bf798d8ae4d4412439f7669b5d /etc/zsh/completion.d/_grml-x: support openbox --- diff --git a/debian/changelog b/debian/changelog index 0c54e02..3b3f5f5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-x (0.3.27) unstable; urgency=low + + * /etc/zsh/completion.d/_grml-x: support openbox + + -- Michael Prokop Tue, 10 Jul 2007 16:31:52 +0200 + grml-x (0.3.26) unstable; urgency=low * Added some more comments to the X modules. 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