aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox-style.5.in
diff options
context:
space:
mode:
authorsillyslux <sillyslux@net.hr>2017-04-24 18:58:25 (GMT)
committersillyslux <sillyslux@net.hr>2017-04-24 18:58:25 (GMT)
commit5a9791e3589a9ee0d428c29c9ba9a0dae69a86a1 (patch)
tree925d444f505823c09127f1faf1c4be48e49c672c /doc/fluxbox-style.5.in
parentbdfaaa0e173ad63e64c1166c0b524e1639ced12f (diff)
downloadfluxbox-5a9791e3589a9ee0d428c29c9ba9a0dae69a86a1.zip
fluxbox-5a9791e3589a9ee0d428c29c9ba9a0dae69a86a1.tar.bz2
fix manpage fluxbox-style
removed: window.font as it seems to have no effect added: - window.label.focus.font - window.label.unfocus.font
Diffstat (limited to 'doc/fluxbox-style.5.in')
-rw-r--r--doc/fluxbox-style.5.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/fluxbox-style.5.in b/doc/fluxbox-style.5.in
index 12914a3..f4b7790 100644
--- a/doc/fluxbox-style.5.in
+++ b/doc/fluxbox-style.5.in
@@ -268,7 +268,6 @@ window\&.button\&.unfocus\&.pixmap: <filename>
268window\&.close\&.pixmap: <filename> 268window\&.close\&.pixmap: <filename>
269window\&.close\&.pressed\&.pixmap: <filename> 269window\&.close\&.pressed\&.pixmap: <filename>
270window\&.close\&.unfocus\&.pixmap: <filename> 270window\&.close\&.unfocus\&.pixmap: <filename>
271window\&.font: <font>
272window\&.frame\&.focusColor: <color> 271window\&.frame\&.focusColor: <color>
273window\&.frame\&.unfocusColor: <color> 272window\&.frame\&.unfocusColor: <color>
274window\&.grip\&.focus: <texture type> 273window\&.grip\&.focus: <texture type>
@@ -297,10 +296,12 @@ window\&.label\&.active\&.textColor: <color>
297window\&.label\&.focus: <texture type> 296window\&.label\&.focus: <texture type>
298window\&.label\&.focus\&.color: <color> 297window\&.label\&.focus\&.color: <color>
299window\&.label\&.focus\&.colorTo: <color> 298window\&.label\&.focus\&.colorTo: <color>
299window\&.label\&.focus\&.font: <font>
300window\&.label\&.focus\&.pixmap: <filename> 300window\&.label\&.focus\&.pixmap: <filename>
301window\&.label\&.unfocus: <texture type> 301window\&.label\&.unfocus: <texture type>
302window\&.label\&.unfocus\&.color: <color> 302window\&.label\&.unfocus\&.color: <color>
303window\&.label\&.unfocus\&.colorTo: <color> 303window\&.label\&.unfocus\&.colorTo: <color>
304window\&.label\&.unfocus\&.font: <font>
304window\&.label\&.unfocus\&.pixmap: <filename> 305window\&.label\&.unfocus\&.pixmap: <filename>
305window\&.label\&.focus\&.textColor: <color> 306window\&.label\&.focus\&.textColor: <color>
306window\&.label\&.unfocus\&.textColor: <color> 307window\&.label\&.unfocus\&.textColor: <color>