summaryrefslogtreecommitdiff
path: root/doc/ratpoison.texi
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-09-27 01:00:45 +0000
committersabetts <sabetts>2006-09-27 01:00:45 +0000
commitb80a2d14bf72a4758eca46156a7c3ad606473bb7 (patch)
tree7a86b490490b7c947d331c02e618c07d5239db18 /doc/ratpoison.texi
parentad859c2d9b0f19ff55ea016d23a97853ef99b89e (diff)
downloadratpoison-b80a2d14bf72a4758eca46156a7c3ad606473bb7.zip
*** empty log message ***
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r--doc/ratpoison.texi39
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index f0579b2..adc013f 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1196,6 +1196,18 @@ Move to the frame right of the current frame.
@item C-t Up
Move to the frame above the current frame.
+@item C-t C-Down
+Exchange the window in the current frame with the window in the frame below it.
+
+@item C-t C-Left
+Exchange the window in the current frame with the window in the frame to the left of it.
+
+@item C-t C-Right
+Exchange the window in the current frame with the window in the frame to the rigth of it.
+
+@item C-t C-Up
+Exchange the window in the current frame with the window in the frame above it.
+
@end table
@node Hooks, The Status Bar, Keystrokes, Top
@@ -1435,10 +1447,37 @@ Set the prefix to @var{key}. For example @samp{escape C-b} sets the
prefix key to @key{C-b}.
@end deffn
+@deffn Command exchangedown
+Exchange the current frame with the one below it.
+@end deffn
+
+@deffn Command exchangeleft
+Exchange the current frame with the one to the left of it.
+@end deffn
+
+@deffn Command exchangeright
+Exchange the current frame with the one to the right of it.
+@end deffn
+
+@deffn Command exchangeup
+Exchange the current frame with the one above it.
+@end deffn
+
@deffn Command exec @var{command}
Execute a shell command. By default, @kbd{C-t !} does this.
@end deffn
+@deffn Command execa @var{command}
+Execute a shell command but don't record which frame it was executed
+from. The client's windows will pop up in whatever frame is current.
+@end deffn
+
+@deffn Command execf @var{command} @var{frame}
+Execute a shell command and choose which frame the client's first
+window will open in. The client must be netwm compliant for this to
+work.
+@end deffn
+
@deffn Command getenv @var{env}
Display the value of the environment variable, @var{env}.
@end deffn