Skip to content

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

License

Notifications You must be signed in to change notification settings

woastel/dwm-commented

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Roff 1.3%
  • Makefile 0.5%