bakkeby/patches

[rioresize] Windows Don't Resize to the Proper Location

FOSSilizedDaemon opened this issue · 3 comments

Hello,

I finally finished fully patching dwm and just want to say: thank you for riospawn and rioresize! They are perfect! I am having one issue though, I use dwmc to get all bindings using sxhkd. The issue I am facing is that for some reason rioresize() does not always resize the selected window to the desired location. This seems odd and I can't determine why this is happening.

I have the following sxhkd binding to resize the current window using rioresize and in my config.def.h I do create a wrapper function for dwm-signal (my dwmc). I can't seem to resolve this issue and was wondering if it is an issue in upstream. I have not changed rioresize.

Solution: needed an arrange(c->mon); see commit for details.

The arrange, is that needed when riopositioning a tiled client on one monitor to become floating on another?

The arrange, is that needed when riopositioning a tiled client on one monitor to become floating on another?

I guess so. Once I added it the issue went away on rebuild.