aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm/layout.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split monolithic dwm.h into modular headers and group them by it's ↵Filip Wandzio2025-12-301-0/+12
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>