Open stefonarch opened 7 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.
Sway Version: Version : 1:1.9-1
Debug Log:
Configuration File: any
Description:
lxqt-runner
v.2.0 has layer-shell-qt support built in, usingKeyboardInteractivityOnDemand
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 withkeyboardInteractivityExclusive
it works, but this is not correct.