diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-08-11 21:49:44 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-08-26 06:06:47 (GMT) |
commit | f22435d60bf7a52e00608576074dd791e8731bf2 (patch) | |
tree | 36ba52c636a69d72ca260a5091584f2e50303eb7 /doc | |
parent | 3bde5c8aee16f7f33e3ce7b9058fded916fe2369 (diff) | |
download | fluxbox-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.txt | 9 |
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 | + |
1137 | Default: *4* | 1137 | Default: *4* |
1138 | 1138 | ||
1139 | *session.screen0.struts*: 'integer', 'integer', 'integer', 'integer':: | ||
1140 | Shrink the workspace by left, right, top, bottom pixels (positive integers) | ||
1141 | This allows you to add some padding to the workspace eg. to keep a fraction | ||
1142 | of the desktop visible against maximized windows. | ||
1143 | session.screen0.struts.<n> allows to control this for individual heads | ||
1144 | (<n> starts counting at 1) | ||
1145 | + | ||
1146 | Default: *0,0,0,0* | ||
1147 | |||
1139 | *session.cacheLife*: 'minutes':: | 1148 | *session.cacheLife*: 'minutes':: |
1140 | This tells fluxbox how long unused pixmaps may stay in the X | 1149 | This tells fluxbox how long unused pixmaps may stay in the X |
1141 | server's memory. | 1150 | server's memory. |