Klesh Wong
Klesh Wong
Hi @nnako, Good question! Here’s how I define the terms: - **`layout`**: Describes tiles in a relative/ratio/proportional way. The screen width/height are represented as `1`, and tiles are positioned between...
Not quite aligned with what I had in mind. Let me clarify: 1. The OS can have one or multiple screens/monitors. 2. Each screen has multiple workspaces (I usually prefer...
@nnako `layout_tiler` belongs to `theme`
SonarQube >9.2 and SonarCloud are not supported at this point. Collecting vote.
@sr2530 No one is working on it at this point, we are open for anyone who would like to contribute.
FYI. I am working on the Sonarcloud support now.
@rgcouto, great find! Would you like to add it to the document? If so, here is the website repo https://github.com/apache/incubator-devlake-website
> spective (directly use It is located in https://github.com/klesh/JigsawWM/blob/ced4e5ffd2ba713c4dd3c04e7e55bc6d7f2c7084/src/jigsawwm/wm/workspace_state.py#L137 The `windows` get sorted by the static indexes before actually get arranged to screen.
@nnako Do **not** use breakpoints to debug the project — many parts rely on Win32 hooks, and hitting a breakpoint can freeze the entire OS. For now, I’m using log...