X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=e5929f6c411211a4afb141a06766a794c48a4526;hp=886fdc357679d86a37561936306d71ceaf126c07;hb=951d022dfc1f74941f03dafd61e4f48bd7f45524;hpb=54bde0f9d7c6083e3159c60960540664e6b25a7d diff --git a/dwm.c b/dwm.c index 886fdc3..e5929f6 100644 --- a/dwm.c +++ b/dwm.c @@ -17,9 +17,7 @@ * set the override_redirect flag. Clients are organized in a global * doubly-linked client list, the focus history is remembered through a global * stack list. Each client contains an array of Bools of the same size as the - * global tags array to indicate the tags of a client. For each client dwm - * creates a small title window, which is resized whenever the (_NET_)WM_NAME - * properties are updated or the client is moved/resized. + * global tags array to indicate the tags of a client. * * Keys and tagging rules are organized as arrays and defined in config.h. *