A tiling window manager based on binary space partitioning, with support for rounded corners. Very buggy - it's highly recommended to use an external compositor like picom instead.
Title describes the issue; I tried porting the rounded corners patch myself and got it sorta working, but with problems. It seems this fork is plagued by the same issue I ran into. Hopefully, you're more qualified to fix it than I am, haha.
I was unable to find a way to get logs or anything for this issue (even with debugging enabled), but maybe it will at least be reproducible with the following:
Create any two nodes (eg. terminals)
Focus the parent node with bspc node -f @parent
Attempt to make a preselection with bspc node -p east (or similar)
Immediate crash to TTY.
This is an issue specific to the rounded corners patch for whatever reason. Doing this works fine with upstream.
Title describes the issue; I tried porting the rounded corners patch myself and got it sorta working, but with problems. It seems this fork is plagued by the same issue I ran into. Hopefully, you're more qualified to fix it than I am, haha.
I was unable to find a way to get logs or anything for this issue (even with debugging enabled), but maybe it will at least be reproducible with the following:
bspc node -f @parent
bspc node -p east
(or similar)This is an issue specific to the rounded corners patch for whatever reason. Doing this works fine with upstream.