From 4ca46d131cb0a0d4064d3c672ecbc53dae426f30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fernando=20Tarl=C3=A1=20Cardoso=20Lemos?= Date: Fri, 24 Sep 2010 22:01:56 -0300 Subject: [PATCH] Info about client.background for the user guide. --- docs/userguide | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/userguide b/docs/userguide index 78279565..f3d71fcd 100644 --- a/docs/userguide +++ b/docs/userguide @@ -487,6 +487,21 @@ bar.unfocused:: bar.urgent:: A workspace which has at least one client with an activated urgency hint. +You can also specify the color to be used to paint the background of the client +windows. This color will be used to paint the window on top of which the client +will be rendered. + +*Syntax*: +----------------------- +client.background color +----------------------- + +Only clients that do not cover the whole area of this window expose the color +used to paint it. If you use a color other than black for your terminals, you +most likely want to set the client background color to the same color as your +terminal program's background color to avoid black gaps between the rendered +area of the termianal and the i3 border. + Colors are in HTML hex format (#rrggbb), see the following example: *Examples*: -- 2.39.2