aspizu

Results 29 comments of aspizu

let me manually configure that, so i can add blank padding around the windows so it looks symmetrical

I (@xAspirus) am on Version 52, and now I experience no lag. It has improved since. Thank you

i think you misunderstood the problem, the problem is when switching from stacked to tiled where you will be left with two vertically split windows

How about letting the user configure what all of the mouse buttons do? ``` shod.menu.left: sh shodmenu shod.titlebar.left: move shod.titlebar.right: reparent shod.close.left = close ``` Though this might add much...

```c if (menu != NULL) { if (ev->window == menu->titlebar && ev->button == Button1) { mousemove(menu->titlebar, FLOAT_MENU, menu, ev->x_root, ev->y_root, 1); } else if (ev->window == menu->button && ev->button ==...

I can reproduce the same issue on Arch Linux. One thing I noticed. It does not crash if the first instance is NOT in focus.