Hyprland icon indicating copy to clipboard operation
Hyprland copied to clipboard

[Feature Request] On-screen Keyboard support

Open ForgotMyPasswd opened this issue 1 year ago • 1 comments

I use a 2 in 1 laptop, and currently use wvkbd as my on-screen keyboard for when I'm in tablet mode. Currently I need to rotate my laptop so I can type my password on my keyboard if I locked my screen with no way of me to display my virtual keyboard since hyprlock covers it. I would like an option to allow certain programs depending on their name, or the layer namespace they have in my case, to run on top of the lockscreen so that virtual keyboards can be used as this would greatly improve the experience for 2 in 1 users.

ForgotMyPasswd avatar May 22 '24 16:05 ForgotMyPasswd

this is something that hyprland has to support, not hyprlock

vaxerski avatar May 22 '24 19:05 vaxerski

Hello there!

This issue has been closed, as we are moving from issues to discussions. More about this can be found here and in #9854.

Firstly, please make sure this issue is still relevant in latest Hyprland. If so, we ask you to open a discussion (please read the discussion guidelines first, in the pinned post)

Thank you for your understanding!

vaxerski avatar Apr 05 '25 18:04 vaxerski

This is now possible with the abovelock layer rule. For wvkbd, do layerrule = abovelock true, wvkbd. (You'll need the latest git version of wvkbd for that rule. Previously, wvkbd's layer name was wlroots).

JuneStepp avatar May 03 '25 15:05 JuneStepp