diff options
author | Samuel Fadel <samuel@nihil.ws> | 2022-12-08 15:57:36 +0100 |
---|---|---|
committer | Samuel Fadel <samuel@nihil.ws> | 2022-12-08 15:57:36 +0100 |
commit | 6bdaee03c0fd3caac390dffdaaf52d54653b1430 (patch) | |
tree | d6e6d725f0c46aa4acf89ceb2bc1cf3f714d9760 /.manifest.scm | |
parent | a6051a3146da4d99788905c0805890d78ab004da (diff) |
More features implemented.
* .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
Diffstat (limited to '.manifest.scm')
-rw-r--r-- | .manifest.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.manifest.scm b/.manifest.scm index ef6bbf7..56b34f4 100644 --- a/.manifest.scm +++ b/.manifest.scm @@ -15,6 +15,7 @@ gnu-make gcc-toolchain pkg-config + libx11 libxcb xcb-util-keysyms xcb-util-wm |