| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Split monolithic dwm.h into modular headers and group them by it's ↵ | Filip Wandzio | 2025-12-30 | 1 | -30/+86 |
| | | | | | | | | | 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> | ||||
| * | Refactor the project | philw | 2025-04-15 | 1 | -11/+21 |
| | | | | | | | | | | | | Refactored core logic to improve readability and maintainability. Documented the 'transient.c' file to provide clear explanations of its purpose and functions. Updated the 'util.c' file with necessary comments and improvements to existing code. Documented the 'util.h' header file to clarify function prototypes and usage. This update should improve the overall code quality and make it easier for future development. Signed-off-by: philw <dscr@duck.com> | ||||
| * | Update colorscheme | philw | 2024-02-10 | 1 | -0/+45 |
