aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-10-28Go back to markdown readmeHEADmasterFilip Wandzio1-0/+0
2025-09-08Enforce code style, reformat projectFilip Wandzio9-2720/+2905
Signed-off-by: Filip Wandzio <contact@philw.dev>
2025-08-20Adapt colorscheme to current xresources theme, go back to default dmenu_run ↵Filip Wandzio4-13/+14
command Signed-off-by: Filip Wandzio <contact@philw.dev>
2025-04-24feat: Refactor dwm.c for modularity, add dwm.h header file, switch compiler ↵philw4-429/+413
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>
2025-04-15Refactor the projectphilw20-6361/+2995
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>
2025-03-17Tweak the colorschemephilw2-65/+62
2024-08-11Update xf86 keybindingsphilw2-468/+410
2024-05-08Restore gapsphilw1-5/+5
2024-05-06Add screenshot script keygindingphilw1-0/+2
2024-04-05Rebind dmenu commandphilw1-2/+8
2024-04-05Rename dmenu commandphilw1-2/+2
2024-03-27Fix backlight controll for other brands than lenovophajw3-113/+111
2024-02-18Update dwmphilw4-163/+642