fix manpage fluxbox-style
removed: window.font as it seems to have no effect added: - window.label.focus.font - window.label.unfocus.font
This commit is contained in:
parent
bdfaaa0e17
commit
5a9791e358
2 changed files with 4 additions and 2 deletions
|
@ -248,7 +248,6 @@ options. Have fun.
|
|||
window.close.pixmap: <filename>
|
||||
window.close.pressed.pixmap: <filename>
|
||||
window.close.unfocus.pixmap: <filename>
|
||||
window.font: <font>
|
||||
window.frame.focusColor: <color>
|
||||
window.frame.unfocusColor: <color>
|
||||
window.grip.focus: <texture type>
|
||||
|
@ -277,10 +276,12 @@ options. Have fun.
|
|||
window.label.focus: <texture type>
|
||||
window.label.focus.color: <color>
|
||||
window.label.focus.colorTo: <color>
|
||||
window.label.focus.font: <font>
|
||||
window.label.focus.pixmap: <filename>
|
||||
window.label.unfocus: <texture type>
|
||||
window.label.unfocus.color: <color>
|
||||
window.label.unfocus.colorTo: <color>
|
||||
window.label.unfocus.font: <font>
|
||||
window.label.unfocus.pixmap: <filename>
|
||||
window.label.focus.textColor: <color>
|
||||
window.label.unfocus.textColor: <color>
|
||||
|
|
|
@ -268,7 +268,6 @@ window\&.button\&.unfocus\&.pixmap: <filename>
|
|||
window\&.close\&.pixmap: <filename>
|
||||
window\&.close\&.pressed\&.pixmap: <filename>
|
||||
window\&.close\&.unfocus\&.pixmap: <filename>
|
||||
window\&.font: <font>
|
||||
window\&.frame\&.focusColor: <color>
|
||||
window\&.frame\&.unfocusColor: <color>
|
||||
window\&.grip\&.focus: <texture type>
|
||||
|
@ -297,10 +296,12 @@ window\&.label\&.active\&.textColor: <color>
|
|||
window\&.label\&.focus: <texture type>
|
||||
window\&.label\&.focus\&.color: <color>
|
||||
window\&.label\&.focus\&.colorTo: <color>
|
||||
window\&.label\&.focus\&.font: <font>
|
||||
window\&.label\&.focus\&.pixmap: <filename>
|
||||
window\&.label\&.unfocus: <texture type>
|
||||
window\&.label\&.unfocus\&.color: <color>
|
||||
window\&.label\&.unfocus\&.colorTo: <color>
|
||||
window\&.label\&.unfocus\&.font: <font>
|
||||
window\&.label\&.unfocus\&.pixmap: <filename>
|
||||
window\&.label\&.focus\&.textColor: <color>
|
||||
window\&.label\&.unfocus\&.textColor: <color>
|
||||
|
|
Loading…
Reference in a new issue