diff options
author | grubert <grubert> | 2004-02-07 17:26:51 (GMT) |
---|---|---|
committer | grubert <grubert> | 2004-02-07 17:26:51 (GMT) |
commit | 7ebd8f91b885f18397057282d09419ad27782328 (patch) | |
tree | dbbfeb5d004edc11f21b26b7f0c1db9653998ecb /doc | |
parent | 6dd6771c1c30b139e19e424722521c0b246cf42d (diff) | |
download | fluxbox_pavel-7ebd8f91b885f18397057282d09419ad27782328.zip fluxbox_pavel-7ebd8f91b885f18397057282d09419ad27782328.tar.bz2 |
Chg: apps startup option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fluxbox.1.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 634bc23..031796f 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -1134,6 +1134,7 @@ session.screen1.strftimeFormat: %a %d %R [%s] | |||
1134 | This way the main workspace (screen0) has the maximum amount of space available | 1134 | This way the main workspace (screen0) has the maximum amount of space available |
1135 | and the secondary workspace could show the time and run some withdrawn apps like | 1135 | and the secondary workspace could show the time and run some withdrawn apps like |
1136 | gkrellm in the slit, always visible yet out of the way of real work. | 1136 | gkrellm in the slit, always visible yet out of the way of real work. |
1137 | .\" -- apps file | ||
1137 | .SH APPLICATIONS SETTINGS | 1138 | .SH APPLICATIONS SETTINGS |
1138 | Sometimes, you want to force an application to have always the same dimensions, | 1139 | Sometimes, you want to force an application to have always the same dimensions, |
1139 | position, and other settings. It is now possible with the new window-submenu | 1140 | position, and other settings. It is now possible with the new window-submenu |
@@ -1171,10 +1172,22 @@ to the workspace containing the application being launched. | |||
1171 | .B Save settings on close [yes|no] | 1172 | .B Save settings on close [yes|no] |
1172 | By default, application settings are not saved when a window is closed. Set | 1173 | By default, application settings are not saved when a window is closed. Set |
1173 | this option if you want previous settings to be saved when the window is closed. | 1174 | this option if you want previous settings to be saved when the window is closed. |
1175 | .PP | ||
1176 | The | ||
1177 | .B apps-file | ||
1178 | also allows to specify applications that should be started on fluxbox start | ||
1179 | using | ||
1180 | .B [startup] (options) {application} | ||
1181 | lines . | ||
1182 | .B options | ||
1183 | could be used to specify the screen, not the workspace, on which | ||
1184 | the application should started. startup is not yet setable by menu. | ||
1185 | |||
1174 | .SS Applications example | 1186 | .SS Applications example |
1175 | Here is a short example of an apps file: | 1187 | Here is a short example of an apps file: |
1176 | .PP | 1188 | .PP |
1177 | .nf | 1189 | .nf |
1190 | [startup] {xterm} | ||
1178 | [app] (kate) | 1191 | [app] (kate) |
1179 | [Dimensions] (WINCENTER) {1022 747} | 1192 | [Dimensions] (WINCENTER) {1022 747} |
1180 | [Position] {0 0} | 1193 | [Position] {0 0} |