X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=doc%2Fopenbox.1.in;h=674d8369fd6514d70737fce39c17f1513db09cdd;hb=aef05c77fd1a2b4b1fc6d753efca565d2da8f82e;hp=d17cb12b17fc959644a5d872c61f6d9b7246b4cf;hpb=9215a741e728760181816b3017ceac1f7c24ff5c;p=chaz%2Fopenbox diff --git a/doc/openbox.1.in b/doc/openbox.1.in index d17cb12b..674d8369 100644 --- a/doc/openbox.1.in +++ b/doc/openbox.1.in @@ -488,7 +488,7 @@ which kind of value they can contain. Comments are preceded with an exclamation sign (!), which is also used for comments in Openbox style c.q. X resource files. .PP -.ta \w'window.button.unfocus.picColor:\ 'u +.ta \w'window.button.unfocus.picColor: \ 'u .nf .\" .\" The comments also to be translated! @@ -535,9 +535,11 @@ toolbar.clock.textColor: Color ! How the toolbar's text should be justified. toolbar.justify: \fIcenter\fR, \fIleft\fR, or \fIright\fR +.ta \w'toolbar.font:\ 'u ! Font to be used for all toolbar components. toolbar.font: Font \fI(e.g. -*-helvetica-medium-r-normal-*-*-100-*)\fR +.ta \w'window.button.unfocus.picColor: \ 'u ! The menu titlebar. menu.title: Texture menu.title.color: Color @@ -619,6 +621,17 @@ window.button.pressed: Texture (e.g. \fISunken\fR) window.button.pressed.color: Color window.button.pressed.colorTo: Color +.ta \w'window.button.pressed.unfocus.colorTo:\ 'u +! If either the focused, or unfocused pressed button isn't +! defined, it will use the normal pressed: resource +window.button.pressed.focus: Texture (eg. \fISunken\fR) +window.button.pressed.focus.color: Color +window.button.pressed.focus.colorTo: Color +window.button.pressed.unfocus: Texture (eg. \fISunken\fR) +window.button.pressed.unfocus.color: Color +window.button.pressed.unfocus.colorTo: Color + +.ta \w'window.button.unfocus.picColor:\ 'u ! Frame around window. window.frame.focusColor: Color window.frame.unfocusColor: Color @@ -642,7 +655,7 @@ frameWidth: a number of pixels >= 0 ! This command is executed whenever this style is selected. ! Typically it sets the root window to a nice picture. -rootCommand: Shell command, e.g. \fIbsetroot -mod 4 4 -fg rgb: 5/6/6 -bg grey20\fR +rootCommand: Shell command, e.g. \fIbsetroot -mod 4 4 -fg rgb: 5/6/6 -bg grey20\fR ! Some of the bbtools read these old 0.51 resources. menuFont: Font @@ -765,6 +778,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.