/etc/zsh/completion.d/_grml-x: support openbox 0.3.27
authorMichael Prokop <mika@grml.org>
Tue, 10 Jul 2007 14:32:07 +0000 (16:32 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 10 Jul 2007 14:32:07 +0000 (16:32 +0200)
debian/changelog
etc/zsh/completion.d/_grml-x

index 0c54e02..3b3f5f5 100644 (file)
@@ -1,3 +1,9 @@
+grml-x (0.3.27) unstable; urgency=low
+
+  * /etc/zsh/completion.d/_grml-x: support openbox
+
+ -- Michael Prokop <mika@grml.org>  Tue, 10 Jul 2007 16:31:52 +0200
+
 grml-x (0.3.26) unstable; urgency=low
 
   * Added some more comments to the X modules.
index 15097a7..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: 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