summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--doc/ratpoison.texi8
2 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5dc7686..8a23bd1 100644
--- a/NEWS
+++ b/NEWS
@@ -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}.