Age | Commit message (Expand) | Author |
---|---|---|
2022-12-04 | Key grabbing, handling outputs, init clients....* main.scm: Added key press handler * wm.scm: Added key press handler * schewm.c: Added key grabbing, output management, client initialization (initial grab) | Samuel Fadel |
2022-12-03 | It's alive!...* 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 | Samuel Fadel |
2022-12-02 | Sketching ideas. | Samuel Fadel |
2022-12-02 | Proof-of-concept event handling. See NOTE. | Samuel Fadel |
2022-12-01 | Initial commit....Sketching Scheme/C interop. | Samuel Fadel |