diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 16:57:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 16:57:54 +0800 |
commit | 6db62f91f00a01da14aa17a8f61c883eba526516 (patch) | |
tree | a9c0b4dc3c6335d2c42f7f08173f9252ef53fc88 /x11/xcmd/pkg-descr | |
parent | 159c17e44310af466e9cba4814830e874734a468 (diff) | |
download | freebsd-ports-gnome-6db62f91f00a01da14aa17a8f61c883eba526516.tar.gz freebsd-ports-gnome-6db62f91f00a01da14aa17a8f61c883eba526516.tar.zst freebsd-ports-gnome-6db62f91f00a01da14aa17a8f61c883eba526516.zip |
add xcmd
Xcmd is a front-end for starting programs under X11
PR: 29326
Submitted by: Oliver Breuninger <ob@breuninger.org>
Diffstat (limited to 'x11/xcmd/pkg-descr')
-rw-r--r-- | x11/xcmd/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11/xcmd/pkg-descr b/x11/xcmd/pkg-descr new file mode 100644 index 000000000000..f73163764c76 --- /dev/null +++ b/x11/xcmd/pkg-descr @@ -0,0 +1,9 @@ +Xcmd is a front-end for starting programs under X11. +You can tell xcmd to look for a window with a specific +class, resource name, or title string (using the +`--find-<property>' options); if it finds one or more, +xcmd will `raise' them, otherwise it will run the +command you specify. You can tell xcmd to run commands +that create their own windows (using `--xcmd'), or to +run commands inside a terminal window (using `--cmd') +with various options. |