bakkeby / patches

Collection of patches for dwm, st and dmenu
286 stars 30 forks source link

patch noboder-for-unselected-clients patch with fastcompmgr compositor breaks focus when switching focus between windows #81

Open adetabrani opened 5 months ago

adetabrani commented 5 months ago

I decided to switch to compositor from picom to fastcompmgr, I can't type when switching focus to another window when using fastcompmgr if add no-border-for-unselected-clients patch, which if you use picom this doesn't happen

I have tested using fresh install, and got the same result

you can watch here

bakkeby commented 5 months ago

That kind of sounds like a compositor issue to me. What we can try is to add the same changes to the resizeclient function to the configure function, but if that doesn't work then you'd either have to get it fixed in fastcompmgr or refrain from using any of the noborder patches. Alternatively not using a border at all.