I'm trying to figure out how can I get rid of these gaps between windows. Please, see the screens below. At the first screen there is a gap at the bottom a gap (about 15px). At the second one - gap at the center between two windows.
I've already applied the uselessgap patch (https://dwm.suckless.org/patches/uselessgap). However - even after setting gappx
const to 0
- nothing changed :(
Any ideas?
This is likely due to suckless terminal. This issue is addressed in the anysize patch. You can patch the files before compiling the terminal as follows, starting from your
st-0.x.x
folder:Now, the window gap issue should be fixed in your
st
binary. This method works for applying other patches as well.