ratpoison-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RP] Doc patches.


From: Mike Meyer
Subject: [RP] Doc patches.
Date: Fri Oct 5 02:46:02 2001

Seems that position has turned into gravity in the code, but the docs
don't match it (yet). Here's my patch for that:

        <mike
--
Mike Meyer <address@hidden>                     http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?              A: Tell them your plans.


--- ratpoison.texi.orig Thu Oct  4 16:52:05 2001
+++ ratpoison.texi      Fri Oct  5 04:38:17 2001
@@ -347,16 +353,16 @@
 @item definputwidth @var{n}
 Set the width of the input window.
 
address@hidden defmaxsizepos @var{x} @var{y}
address@hidden defmaxsizegravity @var{g}
 Set the default alignment for windows with maxsize hints. See the
address@hidden command.
address@hidden command.
 
 @item defpadding @var{left} @var{top} @var{right} @var{bottom}
 Set the padding around the edge of the screen.
 
address@hidden deftranspos @var{x} @var{y}
address@hidden deftransgravity @var{g}
 Set the default alignment for transient windows. See the
address@hidden command.
address@hidden command.
 
 @item defwaitcursor @var{n}
 Set whether the rat cursor should change into a square when waiting
@@ -390,9 +396,9 @@
 window managers put in the title bar, @samp{name} which is the
 res_name, or @samp{class} which is the res_class.
 
address@hidden defwinpos @var{x} @var{y}
address@hidden defwingravity @var{g}
 Set the default alignment for normal windows. See the
address@hidden command.
address@hidden command.
 
 @item deffgcolor @var{color}
 Set the foreground color for all text ratpoison displays. @var{color}
@@ -475,13 +481,15 @@
 This toggles between the current window and the last window. By
 default, this is bound to @kbd{C-t C-t}.
 
address@hidden pos @var{x} @var{y}
-Change the alignment of the current window. A normal window will
-default to aligning itself to the top-left corner of the screen, but
-it can also be aligned to, say, the bottom-right. Valid values for
address@hidden are @samp{left}, @samp{center}, and @samp{right}. Valid values
-for @var{y} are @samp{top}, @samp{center}, @samp{bottom}. @var{x} and
address@hidden can be abbreviated to the first letter.
address@hidden gravity @var{g}
+Change the gravity of the current window. A normal window will default
+to the top-left corner of the screen, but it can also be placed
+at the bottom-right corner of the screen. Valid values for @var{g}
+are the 8 directions @samp{northwest}, @samp{north}, @samp{northeast},
address@hidden, @samp{southeast}, @samp{south}, @samp{southwest} and
address@hidden, clockwise from the top left corner. @samp{center} will
+center the window in the frame. @var{g} and can be abbreviated to one
+or two letters.
 
 @item prev
 This jumps you to the previous window in the window list. By default,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]