wmii

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

commit 3a1ea56ff52dd03b2a8b0d48f7779217b6d6af45
parent 06cb0645de0065687b6bab13cd6926f776d67c90
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 16 Mar 2006 15:13:21 +0100

remove -p from ls, not necessary to pad /'es


Diffstat:
rc/wmiirc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -7,7 +7,7 @@ xwrite() { } proglist() { - ls -lpL `echo "$@" | tr ':' ' '` | awk '!/^d/ && $1 ~ /x/ {print $NF}' | sort | uniq + ls -lL `echo "$@" | tr ':' ' '` | awk '!/^d/ && $1 ~ /x/ {print $NF}' | sort | uniq } # give wmiiwm a chance to start