all repos — fluxbox @ 5a9791e3589a9ee0d428c29c9ba9a0dae69a86a1

custom fork of the fluxbox windowmanager

fix manpage fluxbox-style

removed: window.font as it seems to have no effect
added:
  - window.label.focus.font
  - window.label.unfocus.font
sillyslux sillyslux@net.hr
commit

5a9791e3589a9ee0d428c29c9ba9a0dae69a86a1

parent

bdfaaa0e173ad63e64c1166c0b524e1639ced12f

2 files changed, 4 insertions(+), 2 deletions(-)

jump to
M doc/asciidoc/fluxbox-style.txtdoc/asciidoc/fluxbox-style.txt

@@ -248,7 +248,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>

@@ -277,10 +276,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>
M doc/fluxbox-style.5.indoc/fluxbox-style.5.in

@@ -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>