diff options
author | Lajos Koszti <ajnasz@ajnasz.hu> | 2012-04-06 12:10:24 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2012-04-06 12:11:16 (GMT) |
commit | 7b6dc2ad72a4c4ecd20eddbfb6f1b4c3bd2a7024 (patch) | |
tree | c2a8f4aa658783c6454b7643ce2717acaa744101 /doc/asciidoc/fluxbox-apps.txt | |
parent | 5d56046b68635cea2c187e59a9d8c514e2d6bdb2 (diff) | |
download | fluxbox_pavel-7b6dc2ad72a4c4ecd20eddbfb6f1b4c3bd2a7024.zip fluxbox_pavel-7b6dc2ad72a4c4ecd20eddbfb6f1b4c3bd2a7024.tar.bz2 |
Allow percentage values for some Window commands
Diffstat (limited to 'doc/asciidoc/fluxbox-apps.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt index 26f560b..07bac0e 100644 --- a/doc/asciidoc/fluxbox-apps.txt +++ b/doc/asciidoc/fluxbox-apps.txt | |||
@@ -114,14 +114,17 @@ respectively. | |||
114 | number. The named ones are: 2-AboveDock, 4-Dock, 6-Top, 8-Normal, 10-Bottom, | 114 | number. The named ones are: 2-AboveDock, 4-Dock, 6-Top, 8-Normal, 10-Bottom, |
115 | 12-Desktop. | 115 | 12-Desktop. |
116 | 116 | ||
117 | *[Dimensions]* {'width' 'height'}:: | 117 | *[Dimensions]* {'width[%]' 'height[%]'}:: |
118 | Opens the application with the specified 'width' and 'height', in pixels. | 118 | Opens the application with the specified 'width' and 'height', in pixels. |
119 | If the value is given in percent, then the window size will be based on | ||
120 | the current screen's size. | ||
119 | 121 | ||
120 | *[Position]* ('anchor') {'X' 'Y'}:: | 122 | *[Position]* ('anchor') {'X[%]' 'Y[%]'}:: |
121 | Position the application at a particular spot. By default the upper-left corner | 123 | Position the application at a particular spot. By default the upper-left corner |
122 | is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say | 124 | is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say |
123 | BottomRight, then the lower-right corner of the window is positioned ('X','Y') | 125 | BottomRight, then the lower-right corner of the window is positioned ('X','Y') |
124 | pixels from the lower-right corner of the screen. | 126 | pixels from the lower-right corner of the screen. If the value is given in |
127 | percent, then the coordinates will be based on the current screen's size. | ||
125 | + | 128 | + |
126 | 'anchor' may be set to one of:;; | 129 | 'anchor' may be set to one of:;; |
127 | *TopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight* | 130 | *TopLeft Left BottomLeft Top Center Bottom TopRight Right BottomRight* |