From: Scott Moynes Date: Tue, 17 Sep 2002 03:33:28 +0000 (+0000) Subject: Added titlebar layout documentation X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=1852347f76ae6d2f65668b0f4786ea754bbcf18a Added titlebar layout documentation --- diff --git a/doc/openbox.1.in b/doc/openbox.1.in index d17cb12b..59f7151c 100644 --- a/doc/openbox.1.in +++ b/doc/openbox.1.in @@ -765,6 +765,21 @@ server's memory. Default value is: .IR 5 . .TP +.B session.titleBarLayout: +The order of the elements of window titlebars. This is a string built +of the following characters: +.IP +.nf I: Iconify button +L: Label (window title) +M: Maximize button +S: Sticky button +C: Close button +.fi +.IP +The order in which these character appear in the string is the order they will appear in window titlebars. You can also omit an item to not have it appear in the titlebar at all, except for the label which will always appear. +Default value is: +.IR ILMC +.TP .B session.colorsPerChannel: This tells Openbox how many colors to take from the X server on pseudocolor displays. A channel would be red, green, or blue.