From fc9103892884ec40e55d4fad8effa780c3c30141 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 15 Aug 2008 12:47:06 +0200 Subject: [PATCH] awesomerc: remove widgets info, add file location Signed-off-by: Julien Danjou --- awesomerc.5.txt | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/awesomerc.5.txt b/awesomerc.5.txt index d36e852d..49db4153 100644 --- a/awesomerc.5.txt +++ b/awesomerc.5.txt @@ -8,7 +8,11 @@ awesomerc - Configuration file for the awesome window manager SYNOPSIS -------- -None. +*awesome* looks for this configuration file in this order: + +* $XDG_CONFIG_HOME/awesome/rc.lua +* $HOME/.config/awesome/rc.lua +* XDG_CONFIG_DIRS/awesome/rc.lua DESCRIPTION ----------- @@ -26,7 +30,8 @@ Documentation for the Lua API can be found in the luadoc directory. COLORS FORMAT ------------- Colors format in *awesome* are either standard X color names -(blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb). +(blue, darkblue, lightred, etc) or hexadecimal formatted colors (#rrggbb +or #rrggbbaa). By using hexadecimal format, you can also specifies an alpha channel: that means that #00ff00 will draw pure green, but #00ff00aa will set the alpha channel to `aa' and will blend the green with the color under it. @@ -56,22 +61,9 @@ List of awesome markup and their attribute: - shadow_offset: shadow color offset in pixel -A pango-markup example: .... -An awesome-markup example: . - -WIDGETS -------- -The current list of available widget is: - -- graph -- progressbar -- taglist -- tasklist -- textbox -- systray +A pango markup example: .... -Each widget as its own set of properties, described below, that can bet modified with the set() -method. +Ax awesome-markup example: . SEE ALSO -------- @@ -79,7 +71,7 @@ awesome(1) awesome-client(1) AUTHORS ------- -This man page was written by Julien Danjou . +Written by Julien Danjou . WWW --- -- 2.11.4.GIT