summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-12-19Some debugging and bug fixing.Samuel Fadel
* schewm.c: Fix sizing when maximizing, investigate managing existing windows
2022-12-08More features implemented.Samuel Fadel
* .manifest.scm: Added libx11 * Makefile: Add x11 to pkg-config calls * main.scm: Add more config, including some keybinding stuff * wm.scm: Add key-from-str function * schewm.c: keysym_from_str() and others implemented/refactored
2022-12-03It's alive!Samuel Fadel
* Makefile: Add pkg-config flags to properly link some symbols * wm.scm: Added wm-run and cleanup * schewm.c: Ported a lot more stuff, still missing key features * main.scm: Call wm-run
2022-12-01Initial commit.Samuel Fadel
Sketching Scheme/C interop.