From d1d817a65dd8571333f359214add423e34fde128 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 17 Nov 2007 18:59:51 +0100 Subject: [PATCH] Include particleman in window manager completion of zsh --- debian/changelog | 6 ++++++ etc/zsh/completion.d/_grml-x | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index b0b5d17..31addd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-x (0.3.36) unstable; urgency=low + + * Include particleman in window manager completion of zsh. + + -- Michael Prokop Sat, 17 Nov 2007 18:59:31 +0100 + grml-x (0.3.35) unstable; urgency=low * Deactivate "AlwaysCore" from Synaptics devive by default. diff --git a/etc/zsh/completion.d/_grml-x b/etc/zsh/completion.d/_grml-x index 3981554..e2734a3 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: Mon Nov 05 23:28:28 CET 2007 [mika] +# Latest change: Sam Nov 17 18:59:26 CET 2007 [mika] ################################################################################ local arguments wm @@ -12,10 +12,10 @@ local -a wms wms=() -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 +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm openbox \ + particleman pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi \ + wmii wm-ng xfce4 xfwm4 xmonad ; do [ -x /usr/bin/$wm ] && wms+=$wm done -- 2.1.4