Age | Commit message (Collapse) | Author |
|
* main.scm: Added utility and keybinding calls
* wm.scm: Added necessary bindings to C code
* schewm.c: Some utility functions for grabbing keys
|
|
* .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
|
|
|
|
* schewm.c: Mostly added utility functions not yet wired to wm.
|
|
* schewm.c: Separate more clearly dpy-specific and wm-specific code.
|
|
* schewm.c: Extract client-ignoring logic into the
dpy_should_ignore_window function.
|
|
* schewm.c: dpy_make_client: Improve logic to avoid cleanup in two
places.
|
|
* main.scm: Added key press handler
* wm.scm: Added key press handler
* schewm.c: Added key grabbing, output management, client
initialization (initial grab)
|
|
* 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
|
|
* schewm.c: Merge/port a lot of old code.
|
|
|
|
|
|
Sketching Scheme/C interop.
|