aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-08-11 21:49:44 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-08-26 06:06:47 (GMT)
commitf22435d60bf7a52e00608576074dd791e8731bf2 (patch)
tree36ba52c636a69d72ca260a5091584f2e50303eb7 /doc
parent3bde5c8aee16f7f33e3ce7b9058fded916fe2369 (diff)
downloadfluxbox-f22435d60bf7a52e00608576074dd791e8731bf2.zip
fluxbox-f22435d60bf7a52e00608576074dd791e8731bf2.tar.bz2
add support for artificial struts (per head)
Allows to maintain access to desktop fractions etc. against maximized windows. Also permits to OnToolbar clicks in this case, eg. to raise it. REQUEST: 150
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index 3afec68..87bd554 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -1136,6 +1136,15 @@ Set this to the number of workspaces the users wants.
1136+ 1136+
1137Default: *4* 1137Default: *4*
1138 1138
1139*session.screen0.struts*: 'integer', 'integer', 'integer', 'integer'::
1140Shrink the workspace by left, right, top, bottom pixels (positive integers)
1141This allows you to add some padding to the workspace eg. to keep a fraction
1142of the desktop visible against maximized windows.
1143session.screen0.struts.<n> allows to control this for individual heads
1144(<n> starts counting at 1)
1145+
1146Default: *0,0,0,0*
1147
1139*session.cacheLife*: 'minutes':: 1148*session.cacheLife*: 'minutes'::
1140This tells fluxbox how long unused pixmaps may stay in the X 1149This tells fluxbox how long unused pixmaps may stay in the X
1141server's memory. 1150server's memory.