diff options
author | David Woodfall <dave@dawoodfall.net> | 2010-04-22 18:04:50 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:50:21 +0200 |
commit | 5fa31cbeb7cf96103f73844d5f333d4d369c6bca (patch) | |
tree | fb7f0a1b622bd89625a3db2561c73a65eeed1713 /desktop/grun/README | |
parent | 0a5eb8d6de66c5dabbb547dee9d550f5cf400940 (diff) |
desktop/grun: Added.
gRun is a GTK based Run dialog that closely resembles the
Windows Run dialog, just like xexec.
Thanks to David Woodfall.
Diffstat (limited to 'desktop/grun/README')
-rw-r--r-- | desktop/grun/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop/grun/README b/desktop/grun/README new file mode 100644 index 000000000000..e7a0fcf8e340 --- /dev/null +++ b/desktop/grun/README @@ -0,0 +1,5 @@ +gRun is a GTK based Run dialog that closely resembles the Windows Run +dialog, just like xexec. It has a intelligent history mechanism and a +dual level fork() mechanism for launching the application in its own +process. gRun also has support for launching console mode application +in an XTerm as well as associations for file types. |