Sebastian Loncar
Sebastian Loncar
Thank you for the debugging script. I tried the initial script, without modifying the `_activateWindowUnder` method. I found now the reason, but not the solution. The reason is that application:...
I have now an idea, but for that I need to learn the AutoHotkey Script language a little bit more: Sending the ALT+ESC conditionally when the `VirtualDesktopIndicator.exe` is focused. Or...
@FuPeiJiang thank you very, very much, it works! I appreciate your work and the effort you invested in nailing down this problem. Can I buy you a coffee? :-)
Implementing via script mode and IPC would work, but as you said, I need an efficient and safe way to show the icons.
By the way, I also see that the original window list has some additional features/columns: Workspace number, and separate columns for Process name and Window Title. So, it might be...
There might be another issue with script mode: it can be quite slow, especially when running in notebook power-saving mode. ``` #!/usr/bin/env bash # https://gist.github.com/Atreyagaurav/2b70bb997fa5eff45c924e86095080e8 $(jq -r '.scripts | .["'$(jq...
You're right, rofi does not support json. It's just an input file for the `jq` tool. See https://gist.github.com/Atreyagaurav/2b70bb997fa5eff45c924e86095080e8
My request is still up to date. Regardless of where I put scripts (locations to avoid), or how the data was fed (it's just a dynamic lookup via JSON via...
i3 version 4.22 (2023-01-02) © 2009 Michael Stapelberg and contributors
Just updated my ArchLinux to latest version, and also the i3 to 4.23:  Result: Same issue. you speak out exactly what i thought: It works just as an "accident",...