diff options
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* |