From f0eab9d077bbfa720444a70f9d687bc225423d1c Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 22 Jul 2009 23:30:47 +0200 Subject: [PATCH] Add lxsession to zsh completion --- debian/changelog | 4 ++-- usr_share_grml/zsh/completion/grml/_grml-x | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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 -- 2.1.4