# HG changeset patch # User Richard Nelson # Date 1179016367 0 # Node ID bb4f0b96ba1eb4eca4d61cba22b0fba2d48631c0 # Parent 4d4a396a478c32f255cad1a5a02b24e4a84fdc00 gntworkspace doc diff -r 4d4a396a478c -r bb4f0b96ba1e doc/finch.1.in --- a/doc/finch.1.in Sun May 13 00:21:15 2007 +0000 +++ b/doc/finch.1.in Sun May 13 00:32:47 2007 +0000 @@ -109,6 +109,15 @@ .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 @@ .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]