removed a misleading comment about client title windows, which don't exist anymore
951d022d
1 file(s) · +1 −3
| 17 | 17 | * set the override_redirect flag. Clients are organized in a global |
|
| 18 | 18 | * doubly-linked client list, the focus history is remembered through a global |
|
| 19 | 19 | * stack list. Each client contains an array of Bools of the same size as the |
|
| 20 | - | * global tags array to indicate the tags of a client. For each client dwm |
|
| 21 | - | * creates a small title window, which is resized whenever the (_NET_)WM_NAME |
|
| 22 | - | * properties are updated or the client is moved/resized. |
|
| 20 | + | * global tags array to indicate the tags of a client. |
|
| 23 | 21 | * |
|
| 24 | 22 | * Keys and tagging rules are organized as arrays and defined in config.h. |
|
| 25 | 23 | * |