diff options
author | sabetts <sabetts> | 2002-03-10 20:41:51 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2002-03-10 20:41:51 +0000 |
commit | daa93699c4630441d79c4d918161f65e4853b861 (patch) | |
tree | 5e70bbe30c0db24cea2009aff394aa0579a9a008 | |
parent | 94bcd6040b846462a7c8b5c2acdf60d4cc4979be (diff) | |
download | ratpoison-daa93699c4630441d79c4d918161f65e4853b861.zip |
*** empty log message ***
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | doc/ratpoison.texi | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/configure.in b/configure.in index cf9d6eb..933bee6 100644 --- a/configure.in +++ b/configure.in @@ -17,10 +17,10 @@ dnl You should have received a copy of the GNU General Public License dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA dnl -dnl $Id: configure.in,v 1.28 2002/03/10 20:30:58 sabetts Exp $ +dnl $Id: configure.in,v 1.29 2002/03/10 20:41:51 sabetts Exp $ AC_INIT(src/main.c) -AM_INIT_AUTOMAKE(ratpoison, 1.2.0-cvs) +AM_INIT_AUTOMAKE(ratpoison, 1.1.0) AM_CONFIG_HEADER(src/config.h) diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index c9c9af8..1914d97 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -749,6 +749,14 @@ output can then be captured and used in the ratpoison script. For instance, this could be used to check whether a program is running and if it is switch to its window otherwise launch it. +It should also be noted that multiple @option{-c} options can be used. + +@example +$ ratpoison -c split -c split +@end example + +Here ratpoison would split the current frame twice. + @end table @node Startup file, , Command Line Arguments, Top |