summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <wabz@pidgin.im>2007-05-13 00:32:47 +0000
committerRichard Nelson <wabz@pidgin.im>2007-05-13 00:32:47 +0000
commit84db815a100e55606147f421a3c3942088b31a4d (patch)
treec40c314be50807818d7519810328bd6f831c4924
parent99c87a749e72e8aa0f98d22196be9f394f114d3e (diff)
downloadpidgin-finch.workspaces.tar.gz
gntworkspace docfinch.workspaces
-rw-r--r--doc/finch.1.in36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/finch.1.in b/doc/finch.1.in
index 483a813d10..c625792e5c 100644
--- a/doc/finch.1.in
+++ b/doc/finch.1.in
@@ -109,6 +109,15 @@ Jump to the 1st, 2nd ... 10th window.
.B Ctrl \+ o
Bring up the menu (if there is one) for a window. Note that currently only the
buddylist has a menu.
+.TP
+.B Alt \+ Shift \+ .
+Switch to the next workspace
+.TP
+.B Alt \+ Shift \+ ,
+Switch to the previous workspace
+.TP
+.B Alt \+ s
+Show the workspace list
.SH FILES
\fI~/.gntrc\fR: configuration file for gnt applications.
@@ -134,6 +143,33 @@ remember_position = 1
.br
.br
+# Workspaces are created simply by adding Workspace-X groups as follows:
+.br
+[Workspace-1]
+.br
+name = blist
+.br
+# window-names specifies that windows with these semi-colon separated names are placed
+into this workspace
+.br
+window-names = buddylist;debug-window
+.br
+
+.br
+[Workspace-2]
+.br
+name = IM
+.br
+window-names = conversation-window
+.br
+# window-titles specifies that windows with these semi-colon separated titles are placed
+into this workspace. These are matched as substrings. Window titles take precedence over
+names.
+.br
+window-titles = Preferences;Pounce
+.br
+
+.br
[colors]
.br
# The RGB values range in [0, 1000]