aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat: Refactor dwm.c for modularity, add dwm.h header file, switch compiler ↵philw2025-04-244-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>
* Refactor the projectphilw2025-04-1520-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>
* Tweak the colorschemephilw2025-03-172-65/+62
|
* Update xf86 keybindingsphilw2024-08-112-468/+410
|
* Restore gapsphilw2024-05-081-5/+5
|
* Add screenshot script keygindingphilw2024-05-061-0/+2
|
* Rebind dmenu commandphilw2024-04-051-2/+8
|
* Merge branch 'master' of codeberg.org:philw/philw-dwmphilw2024-04-053-113/+111
|\
| * Fix backlight controll for other brands than lenovophajw2024-03-273-113/+111
| |
* | Rename dmenu commandphilw2024-04-051-2/+2
|/
* Update dwmphilw2024-02-184-163/+642
|
* Update colorschemephilw2024-02-1016-0/+6995