aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-08-12 06:33:39 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-08-27 06:54:26 (GMT)
commit8d88d9be176f255bb85b13a9719145127273467c (patch)
tree6ac3f251ed8c77e86dc5fa85c86314e922af875a /doc
parent3df681da2d274fa215ca98faa9507bcb5949ef52 (diff)
downloadfluxbox-8d88d9be176f255bb85b13a9719145127273467c.zip
fluxbox-8d88d9be176f255bb85b13a9719145127273467c.tar.bz2
add apps key to ignore XSizeHints
BUG: 1075
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox-apps.txt7
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[%]'}::
132Position the application at a particular spot. By default the upper-left corner 139Position the application at a particular spot. By default the upper-left corner
133is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say 140is placed at screen coordinates ('X','Y'). If you specify an 'anchor', say