From 3455201eff2836409fa863b0dda2c9630fcfdab9 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 5 Nov 2007 23:29:04 +0100 Subject: [PATCH] Add awesome, larswm and xmonad to zsh completion --- debian/changelog | 6 ++++++ etc/zsh/completion.d/_grml-x | 9 +++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9e7cf06..abed655 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-x (0.3.34) unstable; urgency=low + + * Add awesome, larswm and xmonad to zsh completion. + + -- Michael Prokop Mon, 05 Nov 2007 23:28:42 +0100 + grml-x (0.3.33) unstable; urgency=low * Replace /usr/X11R6/lib/ with /usr/lib/xorg in the comments. 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 -- 2.1.4