Using st with the anysize patch: https://st.suckless.org/patches/anysize/, and as it says, it adds space on all 4 sides.
There is another patch there, expected anysize: https://st.suckless.org/patches/anysize/st-expected-anysize-0.9.diff that claims change this, so the padding is only on the right and bottom. However for me it doesn't work. The patch itself seems to be already applied, as trying to run `patch` gives an error saying "previously applied", and checking `x.c`, I can see the lines are like `sizeh->height_inc = 1;` etc, but the terminal still has padding on all sides. Has anyone else experienced this?
