a wallpaper setter
| .gitignore | init | |
| aw.c | init | |
| Makefile | more commands in makefile! | |
| README | init | |
| stb_image.h | init | |
aw == [a w]allpaper setter utility that doesn't utilise any external libraries other than libX11 and stb_image. its behavior is very simple, it takes in a filename as its only argument, loads it and paints the image on the root window. it doesn't do any image manipulations, that part is left for the user to accomplish. dependencies ------------ - libX11 and friends - stb_image.h, included in the repo