diff options
author | sabetts <sabetts> | 2003-03-07 07:44:38 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-03-07 07:44:38 +0000 |
commit | 02151f234d5675ed8d1922e06cb74b75c822e142 (patch) | |
tree | f12fd9668a00e5ef6b207418f0c9b55a0fcf6b75 | |
parent | 3cba68b1ba37124ae3e74252eb1b7f9125a22b2f (diff) | |
download | ratpoison-02151f234d5675ed8d1922e06cb74b75c822e142.zip |
*** empty log message ***
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | doc/ratpoison.texi | 8 |
2 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,9 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.1.1 +** new command fselect +select a frame by its number. + ** new command 'tmpwm' temporarily run a different window manager, then come back to ratpoison once it has terminated. diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 1e5e16e..9bee72e 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -550,6 +550,14 @@ Move to the frame right of the current frame. @item focusup Move to the frame above the current frame. +@item fselect @var{n} +Select a frame by number. If an argument is passed to it then attempt +to select the frame whose number is @var{n}. If not, ratpoison will +print a number at the top left corner of each frame and wait for the +user to type the number they wish to select. Currently there is no way +to select a frame whose number is greater than 9 unless the number is +passed as an argument. + @item getenv @var{env} Display the value of the environment variable, @var{env}. |