dwm-commented icon indicating copy to clipboard operation
dwm-commented copied to clipboard

A fork of dwm with comments explaining in detail how the window manager works

Do not use. Do not patch.

This fork of dwm adds extra comments and is intended for educational uses only. If you try to patch this version of dwm then that will most likely fail, more so the relative comments will no longer apply or be misleading as the underlying code will have changed.

If you are interested in dwm then get a fresh clone from the https://dwm.suckless.org/ site and use this as a reference rather than the basis for your build.

This fork has 0 patches and also do not cover patches.

================================================================================================
 Language                             Files        Lines         Code     Comments       Blanks
================================================================================================
 C                                        4         8356         2343         5592          421
------------------------------------------------------------------------------------------------
 dwm.c                                              7088         1906         4856          326
 drw.c                                              1052          375          598           79
 util.c                                              115           28           79            8
 transient.c                                         101           34           59            8
------------------------------------------------------------------------------------------------
 C Header                                 3          412          131          251           30
------------------------------------------------------------------------------------------------
 config.def.h                                        313           87          209           17
 drw.h                                                84           39           34           11
 util.h                                               15            5            8            2
================================================================================================
 Total                                    7         8768         2474         5843          451
================================================================================================
Last tallied: 2022-08-17 13:50:54