Orestis Floros

Results 143 comments of Orestis Floros

Switching back to `enhancement` since i3 is behaving as implemented: ``` 09/19/2020 09:12:19 AM - handlers.c:handle_configure_request:362 - Reconfiguring dock window (con = 0x55c20bf23f30). 09/19/2020 09:12:19 AM - handlers.c:handle_configure_request:386 - Dock...

This doesn't sound too complicated so I am in favor. It would be even simpler to place a user-provided mark on the window (#1682) to reduce new syntax additions: `exec...

> Maybe if the identifier is empty, we’ll return one This sounds a bit complicated for the parser, we already have a string in the end of the `exec` command,...

The "once for each window" thing is explicitly and intentionally done for criteria like `title`.

This seems to be a different problem since OP used jq that should read the whole JSON reply. On your problem, it seems like i3ipc does not read until a...

I can't reproduce this Not having any window borders makes the video bit harder to follow. Also, can you please check with a very bare environment? Just a plain `exec...

Without patching i3-msg: ``` i3-msg -t subscribe -m '[ "window" ]' | xargs -d '\n' -L1 bash -c 'i3-msg split h' ```

Investigated this a bit. The problem arises because of the script changing the layout while `drag_pointer` is active. The `tree_split` resets the `con->percent` here https://github.com/i3/i3/blob/a5da4d54f315e830e2a901b8e75ae7e478401c6e/src/tree.c#L376 eventually leading to this `assert`ion...

> This behavior is not reproducible on sway, or Hyprland. Those are Wayland compositors thus not relevant Can you try reproducing with openbox or awesomewm?