diff --git a/lib/awful/widget/tasklist.lua b/lib/awful/widget/tasklist.lua index afa0815a..d5580c17 100644 --- a/lib/awful/widget/tasklist.lua +++ b/lib/awful/widget/tasklist.lua @@ -1,6 +1,29 @@ --------------------------------------------------------------------------- --- Tasklist widget module for awful. -- +-- +-- **Status icons:** +-- +-- By default, the tasklist prepends some symbols in front of the client name. +-- This is used to notify that the client has some specific properties that are +-- currently enabled. This can be disabled using +-- `beautiful.tasklist_plain_task_name`=true in the theme. +-- +--
Icon | +--Client property | +--
---|---|
▪ | sticky |
⌃ | ontop |
▴ | above |
▾ | below |
✈ | floating |
+ | maximized |
⬌ | maximized_horizontal |
⬍ | maximized_vertical |