summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-05 05:03:54 +0000
committersabetts <sabetts>2004-10-05 05:03:54 +0000
commit9e4afcbbc2a5aa949bd94a65f0bf931513005386 (patch)
treebdb56ea989010acbe6d031691f26ff9d0322b71c /doc
parentc3e876b118cb8a0234091180b1d64602da31e563 (diff)
downloadratpoison-9e4afcbbc2a5aa949bd94a65f0bf931513005386.zip
new command, sselect
(cmd_sselect): new function. added prototype.
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.texi12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index 2af7291..c9e070e 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -764,8 +764,9 @@ space.
The X Windowing System assigns each monitor a screen number. To switch
to another screen use the commands @command{nextscreen} and
-@command{prevscreen}. ratpoison will tell you which frame has focus by
-drawing the current frame indicator in it.
+@command{prevscreen}. Or, @command{sselect} to jump to a specified
+screen. ratpoison will tell you which frame has focus by drawing the
+current frame indicator in it.
Many commands operate only on the current screen. This becomes
apparent when you have 2 screens each with 1 frame. In each frame you
@@ -774,7 +775,8 @@ command @command{other}, for instance, you'll get a message ``No other
window.'' ratpoison means there's no other window to switch to in the
current screen. If you want to switch to the other xterm you can
switch to it by name (use @command{select} or @kbd{C-t '}), by number,
-or you can use @command{nextscreen} and @command{prevscreen}.
+or you can use @command{nextscreen}, @command{prevscreen}, and
+@command{sselect}.
@deffn Command nextscreen
This jumps you to the next X11 screen. @command{nextscreen} is
@@ -786,6 +788,10 @@ This jumps you to the previous X11 screen. @command{prevscreen} is
used for dual-head displays and multiple monitor setups.
@end deffn
+@deffn Command sselect @var{n}
+This jumps you to the @var{n}th X11 screen. Screen numbers start at 0.
+@end deffn
+
@node Keystrokes, Hooks, Multiple Monitors, Top
@chapter Keystrokes