From: Michael Prokop Date: Wed, 22 Jul 2009 21:30:47 +0000 (+0200) Subject: Add lxsession to zsh completion X-Git-Tag: v0.4.5^0 X-Git-Url: http://git.grml.org/?p=grml-x.git;a=commitdiff_plain;h=f0eab9d077bbfa720444a70f9d687bc225423d1c Add lxsession to zsh completion --- diff --git a/debian/changelog b/debian/changelog index 0ef291b..fec4fd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,9 +2,9 @@ grml-x (0.4.5) unstable; urgency=low * Move zsh completion file to /usr/share/grml/zsh/completion/grml/_grml-x as introduced by grml-etc-core 0.3.73. - * Add xfce4-session to zsh completion. + * Add lxsession and xfce4-session to zsh completion. - -- Michael Prokop Wed, 22 Jul 2009 22:46:56 +0200 + -- Michael Prokop Wed, 22 Jul 2009 23:30:27 +0200 grml-x (0.4.4) unstable; urgency=low diff --git a/usr_share_grml/zsh/completion/grml/_grml-x b/usr_share_grml/zsh/completion/grml/_grml-x index 295a221..7340921 100644 --- a/usr_share_grml/zsh/completion/grml/_grml-x +++ b/usr_share_grml/zsh/completion/grml/_grml-x @@ -11,10 +11,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 \ - particleman pekwm pwm3 ratpoison startkde twm w9wm windowlab wmi \ - wmii wm-ng xfce4 xfce4-session xfwm4 xmonad ; do +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm lxsession \ + openbox particleman pekwm pwm3 ratpoison startkde twm w9wm \ + windowlab wmi wmii wm-ng xfce4 xfce4-session xfwm4 xmonad ; do [[ -x /usr/bin/$wm ]] && wms+=$wm done