awesomerc.5: some improvements on tag- and tasklist.

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
marco candrian 2008-06-12 22:27:42 +02:00 committed by Julien Danjou
parent 51a9fbdbc0
commit 46eb11721b
1 changed files with 6 additions and 6 deletions

View File

@ -189,13 +189,13 @@ TAGLIST
A taglist widget displays available tags and their state. A taglist widget displays available tags and their state.
*text_normal*:: *text_normal*::
Text to display. '<title/>' substitutes the client's title. Text to display on normal clients. '<title/>' substitutes the client's title.
*text_focus*:: *text_focus*::
Text to display. '<title/>' substitutes the client's title. Text to display on the focused client. '<title/>' substitutes the client's title.
*text_urgent*:: *text_urgent*::
Text to display. '<title/>' substitutes the client's title. Text to display on urgent clients. '<title/>' substitutes the client's title.
*show_empty*:: *show_empty*::
'true' or 'false'. If 'false', empty tags won't get displayed. Selected tags are always displayed so. 'true' or 'false'. If 'false', empty tags won't get displayed. Selected tags are always displayed so.
@ -208,13 +208,13 @@ A tasklist widget displays the titles of clients according to the 'show' setting
'tags', 'focus' or 'all'. E.g. 'tags' shows only clients of currently selected tags. 'tags', 'focus' or 'all'. E.g. 'tags' shows only clients of currently selected tags.
*text_normal*:: *text_normal*::
Text to display. '<title/>' substitutes the client's title. Text to display on normal clients. '<title/>' substitutes the client's title.
*text_focus*:: *text_focus*::
Text to display. '<title/>' substitutes the client's title. Text to display on the focused client. '<title/>' substitutes the client's title.
*text_urgent*:: *text_urgent*::
Text to display. '<title/>' substitutes the client's title. Text to display on urgent clients. '<title/>' substitutes the client's title.
*show_icons*:: *show_icons*::
'true' or 'false'. Set to 'true' if client's icon (if one is avaiable) shall be displayed. 'true' or 'false'. Set to 'true' if client's icon (if one is avaiable) shall be displayed.