commit ebea6ee29bf5ae2fa17d828cf37ef0bebf16dc6d parent ac4b0d22ea7b9734acda580bf307598ab0cc7f21 Author: Kris Maglione <jg@suckless.org> Date: Mon, 5 Feb 2007 06:41:32 -0500 Fix the tagsmenu function. Diffstat:
| rc/wmiirc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rc/wmiirc b/rc/wmiirc @@ -21,7 +21,7 @@ conf_which () { tagsmenu() { tag=`wmiir read /tag/sel/ctl` - wmiir ls /tag | { echo $tag; sed -E "s|/||; /^(sel|$tag)\$/d";} | $DMENU + wmiir ls /tag | sed "s|/||; /^sel\$/d"; | $DMENU } # CONFIGURATION VARIABLES