| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
functionalities
The new plan of refactoring this project is to split entire monolithic codebase into separate, (kind of) independent modules. This will help with understanding the code by turning off modules and deciding which ones require some work.
Signed-off-by: Filip Wandzio <contact@philw.dev>
|
| | |
|
| |
|
|
| |
Signed-off-by: Filip Wandzio <contact@philw.dev>
|
|
|
to tcc
Refactored dwm.c to improve code organization and maintainability
Added dwm.h header file for better modularity and to define common declarations
Changed the compiler to TCC for faster compilation during development.
Signed-off-by: philw <dscr@duck.com>
|