From 5b014877c27f67a5f644cee545cfd6624ef77187 Mon Sep 17 00:00:00 2001 From: sabetts Date: Mon, 10 Feb 2003 11:43:35 +0000 Subject: * src/actions.c (cmd_bind): more informative error messages (cmd_unbind): likewise (cmd_source): likewise (cmd_select): likewise (cmd_number): likewise (cmd_escape): likewise (cmd_h_split): likewise (cmd_v_split): likewise (cmd_rudeness): likewise (cmd_gravity): likewise (cmd_defwingravity): likewise (cmd_deftransgravity): likewise (cmd_defmaxsizegravity): likewise (cmd_msgwait): likewise (cmd_defbargravity): likewise (cmd_defbargravity): likewise (cmd_defborder): likewise (cmd_defbarborder): likewise (cmd_definputwidth): likewise (cmd_definputwidth): only accept input widths >=0 (cmd_chdir): add error message if HOME environment variable is not set. (cmd_chdir): add error message if chdir fails. (cmd_rudeness): only accept rudeness numbers between 0 and 15 (cmd_msgwait): only accept waiting times >=0 --- doc/ratpoison.texi | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'doc') diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index f5618d3..4fc52f3 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -408,6 +408,9 @@ Indicate which frame is the current frame. @item defbarborder @var{n} Set the border width for the bar window. +@item defbarborder @var{n} +Set the border width for the bar window. + @item defbargravity @var{g} Set the default alignment for the message bar. See the @command{gravity} command. @@ -504,6 +507,13 @@ Set the default gravity for normal windows. See the When called non-interactively with no arguments, the current setting is returned. +@item defwingravity @var{g} +Set the default gravity for normal windows. See the +@command{gravity} command. + +When called non-interactively with no arguments, the current setting is +returned. + @item defwinname @var{name} There are three resources ratpoison can get a window's name from: the WMNAME hint, the res_name from the WMCLASS hint, or the res_class from @@ -563,6 +573,9 @@ standard compass 1 and 2 letter abbreviations (i.e. @samp{nw}, When called non-interactively with no arguments, the current setting is returned. +When called non-interactively with no arguments, the current setting is +returned. + @item help Display a help screen that lists all bound keystrokes. @@ -581,6 +594,9 @@ Display the last message. @item license Display ratpoison's license. By default, this is bound to @kbd{C-t V}. +@item license +Display ratpoison's license. By default, this is bound to @kbd{C-t V}. + @item link @var{key} Call the command that @var{key} is bound to. For instance @command{link C-t} would call the command @command{other} and switch @@ -599,6 +615,10 @@ returned. This is a bad-bad command. It kills ratpoison and revives that ugly rodent! Yuck! Avoid! +@item newwm @var{window-manager} +This is a bad-bad command. It kills ratpoison and revives that +ugly rodent! Yuck! Avoid! + @item next This jumps you to the next window in the window list. This one is bound to three keystrokes, namely @kbd{C-t n}, @kbd{C-t space}, @@ -682,6 +702,9 @@ request with a message like @samp{Raise request from window 1 When called non-interactively with no arguments, the current setting is returned. +When called non-interactively with no arguments, the current setting is +returned. + @item select @var{n} This jumps you to window @var{n} where @var{n} is the window number as shown in the Program Bar. You can do the same trick with @@ -720,6 +743,9 @@ Turn on or off the startup_message. This is most useful in your When called non-interactively with no arguments, the current setting is returned. +When called non-interactively with no arguments, the current setting is +returned. + @item time Show current time. Disappears after 5 seconds, like all other info bars. In the default setup, the @kbd{C-t a} keystroke is bound to this command. @@ -732,6 +758,9 @@ the @kbd{C-t A} keystroke is bound to this command. @item unalias @var{name} Remove @var{name} from the list of defined aliases. +@item unalias @var{name} +Remove @var{name} from the list of defined aliases. + @item unbind @var{key} Unbind a keystroke. @@ -762,6 +791,12 @@ rat when leaving a window and when the user returns to the window the rat's position is restored. This can be counter-intuitive, so you can toggle it with this command. @var{state} can be @code{on} or @code{off}. +@item warp @var{state} +Toggle rat warping. By default ratpoison saves the position of the +rat when leaving a window and when the user returns to the window the +rat's position is restored. This can be counter-intuitive, so you can +toggle it with this command. @var{state} can be @code{on} or @code{off}. + @item windows @var{fmt} This displays the Program Bar which displays the windows you currently have running. The number before each window name is used to jump to -- cgit v1.2.3