Mercurial > pidgin
comparison doc/finch.1.in @ 18185:150689f4b56d
propagate from branch 'im.pidgin.pidgin' (head eea855f58ba5a1d864cd6105e02b409e5f191062)
to branch 'im.pidgin.soc.2007.certmgr' (head 8a5ee1a739e8077d93fd7d53a714146cf32749e4)
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 18 Jun 2007 16:26:21 +0000 |
parents | bb4f0b96ba1e |
children | 76b7adc8e934 |
comparison
equal
deleted
inserted
replaced
17914:2f119e2a1b33 | 18185:150689f4b56d |
---|---|
107 Jump to the 1st, 2nd ... 10th window. | 107 Jump to the 1st, 2nd ... 10th window. |
108 .TP | 108 .TP |
109 .B Ctrl \+ o | 109 .B Ctrl \+ o |
110 Bring up the menu (if there is one) for a window. Note that currently only the | 110 Bring up the menu (if there is one) for a window. Note that currently only the |
111 buddylist has a menu. | 111 buddylist has a menu. |
112 .TP | |
113 .B Alt \+ Shift \+ . | |
114 Switch to the next workspace | |
115 .TP | |
116 .B Alt \+ Shift \+ , | |
117 Switch to the previous workspace | |
118 .TP | |
119 .B Alt \+ s | |
120 Show the workspace list | |
112 | 121 |
113 .SH FILES | 122 .SH FILES |
114 \fI~/.gntrc\fR: configuration file for gnt applications. | 123 \fI~/.gntrc\fR: configuration file for gnt applications. |
115 .br | 124 .br |
116 .TP | 125 .TP |
129 wm = /usr/local/lib/purple/s.so | 138 wm = /usr/local/lib/purple/s.so |
130 .br | 139 .br |
131 # Remember window-positions based on the titles (on by default) | 140 # Remember window-positions based on the titles (on by default) |
132 .br | 141 .br |
133 remember_position = 1 | 142 remember_position = 1 |
143 .br | |
144 | |
145 .br | |
146 # Workspaces are created simply by adding Workspace-X groups as follows: | |
147 .br | |
148 [Workspace-1] | |
149 .br | |
150 name = blist | |
151 .br | |
152 # window-names specifies that windows with these semi-colon separated names are placed | |
153 into this workspace | |
154 .br | |
155 window-names = buddylist;debug-window | |
156 .br | |
157 | |
158 .br | |
159 [Workspace-2] | |
160 .br | |
161 name = IM | |
162 .br | |
163 window-names = conversation-window | |
164 .br | |
165 # window-titles specifies that windows with these semi-colon separated titles are placed | |
166 into this workspace. These are matched as substrings. Window titles take precedence over | |
167 names. | |
168 .br | |
169 window-titles = Preferences;Pounce | |
134 .br | 170 .br |
135 | 171 |
136 .br | 172 .br |
137 [colors] | 173 [colors] |
138 .br | 174 .br |