swaywm / sway

i3-compatible Wayland compositor
https://swaywm.org
MIT License
14.69k stars 1.11k forks source link

lxqt-runner and qterminal dropdown don't get focus #8100

Open stefonarch opened 7 months ago

stefonarch commented 7 months ago

lxqt-runner v.2.0 has layer-shell-qt support built in, using KeyboardInteractivityOnDemand but is launched exclusively by a shortcut. It doesn't get focus automatically on sway, moving the cursor to the input field and clicking is required. This issue was fixed in labwc while kwin_wayland and Hyprland handled it correctly. Compiling it with keyboardInteractivityExclusive it works, but this is not correct.

stefonarch commented 5 months ago

We have now in QTerminal git the dropdown terminal (qterminal -d ) working on wayland by using overlay layer and on sway only it's unusable for the same reason as lxqt-runner - not getting focus automatically.