diff options
author | dhn <dhn@FreeBSD.org> | 2011-07-05 00:35:07 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2011-07-05 00:35:07 +0800 |
commit | 27ca417b2b0d3d11c2cf64c2634b99621a209cd1 (patch) | |
tree | 886d4e5ca1ed3dd0935d1b84c4bf3bd5b349b287 /x11/Makefile | |
parent | e73101beb62e53c5708de0c3aa4e1316455624cc (diff) | |
download | freebsd-ports-gnome-27ca417b2b0d3d11c2cf64c2634b99621a209cd1.tar.gz freebsd-ports-gnome-27ca417b2b0d3d11c2cf64c2634b99621a209cd1.tar.zst freebsd-ports-gnome-27ca417b2b0d3d11c2cf64c2634b99621a209cd1.zip |
LSW
Lists the titles of all running X windows to stdout, similar to ls(1).
Might be useful for script integration.
WWW: http://tools.suckless.org/lsw
Diffstat (limited to 'x11/Makefile')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 487a6dc34998..3085aa9461f3 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -186,6 +186,7 @@ SUBDIR += linux-f10-xorg-libs SUBDIR += linux-xorg-libs SUBDIR += listres + SUBDIR += lsw SUBDIR += luit SUBDIR += lupe SUBDIR += lxde-meta |