bruno
bruno copied to clipboard
Import Open API / Swagger 2.x Spec into Bruno
I want to add, the mentioned issue with intellij is not caused by that commit, but instead by this one.
After some digging, the issue with rofi can be "easily" fixed by using a rofi-fork made for wayland support, available at https://github.com/lbonn/rofi, or the aur package rofi-lbonn-wayland-git
I don't care about rofi, it's an x11 app that uses bugs and quirks in xorg to request focus. Any app that matters?
Well, as it can be replaced with a fork, it shouldn't matter, just ignore that one.
But the other one for intellij is quite annoying. And from my own very limited understanding this looks like it forces "noInitialFocus" for fixing one specific app, but isn't that just totally over the top, when the windowrule "noInitialFocus" already exists? ofc feel free to correct me on this.
wat?
I want to add, the mentioned issue with intellij is not caused by that commit, but instead by this one.
The commit here to me looks like it globally forces "noInitialInput" onto every xwayland application. but is this really necessary when the corresponding windowrule already exists for applying this to specific apps?
it doesn't