aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dwm
AgeCommit message (Collapse)Author
2021-12-04Chore(REMOVE): finished deprecation of old io functions.Nicholas Noll
The old methods were simple wrappers of C standard library functions. We've moved (painfully) over to a new interface that allows for files to live on the stack. All users of the functionality are ported over.
2021-12-02Chore(config): changed font sizes for desktopNicholas Noll
Also updated libraries in makefiles that were deprecated.
2021-11-20Chore: reorganize libutf and libfmt into baseNicholas
I found the split to be arbitrary. Better to include the functionality in the standard library. I also split the headers to allow for more granular inclusion (but the library is still monolithic). The only ugliness is the circular dependency introduced with libutf's generated functions. We put explicit prereqs with the necessary object files instead.
2021-11-17fix: mkfile namesNicholas
2021-11-12chore: simplified organizational structurelaptopNicholas