From 71c358802f26cfdbb02d46138124e117f2caa9ee Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Wed, 1 Apr 2015 23:09:26 -0300 Subject: Updated README file. --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ef975ee..ad14736 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,25 @@ develop T, but it will *probably* work with any API-compatible versions. * VTE 0.28 * GTK+ 2.24 -To compile T, run: +To compile T, run make ## Installation ## -To install T, run (needs superuser privileges): +To install T, run (needs superuser privileges) make install ## Usage ## `Td` has no invocation arguments. You just keep it running and it will listen on -a local socket file (see `config.h`) for connections from `Tc`. `Tc` has the -following invocation arguments: +a local socket file (see `config.h`) for connections from `Tc`. `Tc` is invoked +as -`-n` - Requests a new window; default if omitted -`-x` - Request daemon termination; only successful if there are no open windows + Tc [ARG] + +where `ARG` is one of the arguments in the following table. + +Argument | Description +---------|------------------------------------------------------------------------- +`-n` | Requests a new window; default if omitted +`-x` | Request daemon termination; only successful if there are no open windows -- cgit v1.2.3