Windows-to-workspaces stopped working
vaskark opened this issue · 8 comments
I've noticed recently that the window-to-workspace function has stopped working for me. MOD+Shift+ws just opens the workspace without moving the window there. Has anyone else noticed this? I've applied the normal-kill, almost-tags-1.0, wheelresize, and 2bswm patches (although it still didn't work with a fresh sowm install, patch free).
Here is the output to make. Lots of warnings :)
Thanks! Let me know if more info is needed.
The warnings are about some simple type cast, and prototype; they are not critical
It seems like cur is not properly being updated
@SeungheonOh Thanks for responding. I assumed the errors were benign but I thought it best to include anyway.
Is window-to-workspace working okay for you?
@vaskark I'll let you know as soon as I test it; I assume it might be this afternoon. Since, I normally don't use multiple work spaces often, I don't really know.
One possibility is that, multiple patches can crush original functionality.
i noticed this too... pretty sure my tests included patch free(some weeks ago)
@ncmprhnsbl Thanks for letting us know! I’ll take a deeper look!
@dylanaraps Hey, I found that the win_to_ws() and ws_go() is okay, but the problem is that sowm cannot properly differentiate the mod mask key code and the mod+shiftmask key code. For example, pressing Mod+Shift+1 not only runs win_to_ws but also ws_go, when I put win_to_ws on another key without Shift mask, it worked as intended.
Looks like it's fixed
Awesome! Thx guys.