wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 0d9eb69741be9d0fcc98f1996d4961c22e9ce3d9
parent b77067404f00f777b006994af61557397e47d5cd
Author: Kris Maglione <jg@suckless.org>
Date:   Sun,  4 Feb 2007 15:56:42 -0500

Switch to sed -E in tagsmenu() to clean it up/fix a bug


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 "s|/||; /^\(sel|$tag\)\$/d";} | $DMENU + wmiir ls /tag | { echo $tag; sed -E "s|/||; /^(sel|$tag)\$/d";} | $DMENU } # CONFIGURATION VARIABLES