diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt index 79c3710..428d0e2 100644 --- a/doc/asciidoc/fluxbox-apps.txt +++ b/doc/asciidoc/fluxbox-apps.txt | |||
@@ -128,6 +128,13 @@ respectively. | |||
128 | If the value is given in percent, then the window size will be based on | 128 | If the value is given in percent, then the window size will be based on |
129 | the current screen's size. | 129 | the current screen's size. |
130 | 130 | ||
131 | *[IgnoreSizeHints]* {'bool'}:: | ||
132 | Some Applications restrict the aspect ratio, minimum or maximum size of | ||
133 | windows. Setting this key "yes" will make fluxbox ignore those constraints. | ||
134 | *NOTICE* that bad client implementations may hard depend on these | ||
135 | constraints (by blindly using their geometry in unsave calculations, causing | ||
136 | div-by-zero segfaults etc.) | ||
137 | |||
131 | *[Position]* ('anchor') {'X[%]' 'Y[%]'}:: | 138 | *[Position]* ('anchor') {'X[%]' 'Y[%]'}:: |
132 | Position the application at a particular spot. By default the upper-left corner | 139 | Position the application at a particular spot. By default the upper-left corner |
133 | is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say | 140 | is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say |