diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-18 12:12:30 (GMT) |
commit | 37b18a9694122e285286757df2a74213b8d27a3e (patch) | |
tree | 035d68db3def39a72ce9d41e7337e93c7e768560 /doc/asciidoc | |
parent | 2ab539073b115e3e05cab6b95c4ea638bd8d1b6f (diff) | |
download | fluxbox-37b18a9694122e285286757df2a74213b8d27a3e.zip fluxbox-37b18a9694122e285286757df2a74213b8d27a3e.tar.bz2 |
combined code for saved window positions and MoveTo key command
added left, right, top, and bottom center reference points
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 2 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.1 | 22 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 13 |
3 files changed, 26 insertions, 11 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index e52ffa8..771621d 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -246,7 +246,7 @@ If either 'x' or 'y' is set to *\**, that coordinate will be ignored, and the | |||
246 | movement will only take place in one dimension. | 246 | movement will only take place in one dimension. |
247 | + | 247 | + |
248 | The default 'anchor' is the upper left corner, but this may be overridden with one of:;; | 248 | The default 'anchor' is the upper left corner, but this may be overridden with one of:;; |
249 | *UpperLeft LowerLeft UpperRight LowerRight* | 249 | *TopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight* |
250 | 250 | ||
251 | *Move* 'delta-x' 'delta-y':: | 251 | *Move* 'delta-x' 'delta-y':: |
252 | Moves the window relative to its current position. Positive numbers | 252 | Moves the window relative to its current position. Positive numbers |
diff --git a/doc/asciidoc/fluxbox.1 b/doc/asciidoc/fluxbox.1 index a5d394f..092b095 100644 --- a/doc/asciidoc/fluxbox.1 +++ b/doc/asciidoc/fluxbox.1 | |||
@@ -1247,7 +1247,19 @@ The following are the properties that can be defined in each [app] entry\. Each | |||
1247 | \h'-04'\(bu\h'+03'[Position] (\fBrefspot\fR)) {X Y}: Position the application at a particular spot: | 1247 | \h'-04'\(bu\h'+03'[Position] (\fBrefspot\fR)) {X Y}: Position the application at a particular spot: |
1248 | .sp | 1248 | .sp |
1249 | .RS 4 | 1249 | .RS 4 |
1250 | \h'-04'\(bu\h'+03'WINCENTER | 1250 | \h'-04'\(bu\h'+03'TOPLEFT |
1251 | .RE | ||
1252 | .sp | ||
1253 | .RS 4 | ||
1254 | \h'-04'\(bu\h'+03'TOP | ||
1255 | .RE | ||
1256 | .sp | ||
1257 | .RS 4 | ||
1258 | \h'-04'\(bu\h'+03'TOPRIGHT | ||
1259 | .RE | ||
1260 | .sp | ||
1261 | .RS 4 | ||
1262 | \h'-04'\(bu\h'+03'LEFT | ||
1251 | .RE | 1263 | .RE |
1252 | .sp | 1264 | .sp |
1253 | .RS 4 | 1265 | .RS 4 |
@@ -1255,19 +1267,19 @@ The following are the properties that can be defined in each [app] entry\. Each | |||
1255 | .RE | 1267 | .RE |
1256 | .sp | 1268 | .sp |
1257 | .RS 4 | 1269 | .RS 4 |
1258 | \h'-04'\(bu\h'+03'UPPERLEFT | 1270 | \h'-04'\(bu\h'+03'RIGHT |
1259 | .RE | 1271 | .RE |
1260 | .sp | 1272 | .sp |
1261 | .RS 4 | 1273 | .RS 4 |
1262 | \h'-04'\(bu\h'+03'UPPERRIGHT | 1274 | \h'-04'\(bu\h'+03'BOTTOMLEFT |
1263 | .RE | 1275 | .RE |
1264 | .sp | 1276 | .sp |
1265 | .RS 4 | 1277 | .RS 4 |
1266 | \h'-04'\(bu\h'+03'LOWERLEFT | 1278 | \h'-04'\(bu\h'+03'BOTTOM |
1267 | .RE | 1279 | .RE |
1268 | .sp | 1280 | .sp |
1269 | .RS 4 | 1281 | .RS 4 |
1270 | \h'-04'\(bu\h'+03'LOWERRIGHT | 1282 | \h'-04'\(bu\h'+03'BOTTOMRIGHT |
1271 | .sp | 1283 | .sp |
1272 | .RS 4 | 1284 | .RS 4 |
1273 | .nf | 1285 | .nf |
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 4c41474..7f7764e 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1170,12 +1170,15 @@ curly brackets: | |||
1170 | - [Position] (*refspot*)) {X Y}: | 1170 | - [Position] (*refspot*)) {X Y}: |
1171 | Position the application at a particular spot: | 1171 | Position the application at a particular spot: |
1172 | + | 1172 | + |
1173 | * WINCENTER | 1173 | * TOPLEFT |
1174 | * TOP | ||
1175 | * TOPRIGHT | ||
1176 | * LEFT | ||
1174 | * CENTER | 1177 | * CENTER |
1175 | * UPPERLEFT | 1178 | * RIGHT |
1176 | * UPPERRIGHT | 1179 | * BOTTOMLEFT |
1177 | * LOWERLEFT | 1180 | * BOTTOM |
1178 | * LOWERRIGHT | 1181 | * BOTTOMRIGHT |
1179 | + | 1182 | + |
1180 | 1183 | ||
1181 | You can optionally specify what X and Y are relative to. By default the | 1184 | You can optionally specify what X and Y are relative to. By default the |