diff options
author | Samuel Fadel <samuel@nihil.ws> | 2022-12-19 18:41:11 +0100 |
---|---|---|
committer | Samuel Fadel <samuel@nihil.ws> | 2022-12-19 18:41:11 +0100 |
commit | 86d7067f5d27d7c97e9a1de8c4103e139af66c40 (patch) | |
tree | c844caea53bb5c190c8196b057196951dffe740e /.manifest.scm | |
parent | ee83fa44ae0e634fe7fbd94d7fd1b83d534e0437 (diff) |
Some debugging and bug fixing.
* schewm.c: Fix sizing when maximizing, investigate managing existing
windows
Diffstat (limited to '.manifest.scm')
-rw-r--r-- | .manifest.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.manifest.scm b/.manifest.scm index 56b34f4..a66134e 100644 --- a/.manifest.scm +++ b/.manifest.scm @@ -7,6 +7,7 @@ (gnu packages cpp) (gnu packages guile) (gnu packages pkg-config) + (gnu packages valgrind) (gnu packages xorg)) @@ -14,10 +15,12 @@ (list gnu-make gcc-toolchain + (list gcc-toolchain "debug") pkg-config libx11 libxcb xcb-util-keysyms xcb-util-wm ccls + valgrind )) |