killown

Results 100 comments of killown

> Can't reproduce, have you tried this in a fresh wayfire instance without any custom ipc scripts first? Tried this old config in a new instance, same issue ``` [alpha]...

Perhaps I wasn't clear enough, You need to press W-KEY_T first to disable tiling, then scale the views, if you want to reproduce in the same way, put also scale...

At 0:32 it works fine. You're probably focusing on the view from the left, if you do that, the view from the right will not trigger the issue anymore, so...

Gnome session, new user, using the same config you tried https://github.com/user-attachments/assets/d1f52e0e-d8ce-4ed3-9ec6-a04b90d2eae3

I wasn’t able to reproduce this issue. To help determine whether it might be a client-related bug, you could try reproducing it under Sway or GNOME

I think it's easier with python and a few lines: ``` from wayfire import WayfireSocket sock = WayfireSocket() last_focused_view_id = sock.get_focused_view()["id"] sock.watch(["view-mapped", "view-focused"]) def should_continue(msg): if "view" in msg: if...

> To be clear, I'd want to know what IPC client(s) you are using to reproduce this issue, and how you are getting it, as I don't see this message...

> Putting low-priority as the kanshi problem was fixed in a different way, and we don't really have a use-case for `exec_always` There's a valid use-case for `exec_always`, it lets...

> Just wanted to try vulkan, as it advertized to be more efficient. Now it works with wayfire too, unfortunately many features that makes wayfire special are not supported there....

> I agree with you here - vulkan is used not only as graphics renderer, but also used as AI driver level etc, so it potentially has some future advantages...