-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to support touchscreen? #370
Comments
9 dots method would work without any work from the hl side. Technically, no protocol as of right now allows for an OSK over a lockscreen, unless the lockscreen itself provides an osk. |
Sorry, I didn't understand. How can I implement a 9 dots? as widgets? |
I meant without any code needing to change in hyprland. You'd still need to write the code in hyprlock for the 9 dots. |
I noticed this from the wayland protocol website for ext_session_lock_v1
Also from here, looks like layer-shell surfaces can be drawn above the lockscreen surface. I do know that my current setup involves hyprland starting with Sounds like something that must be configured via hyprland instead,right? Since it is dependent on the privilege granted by the wayland compositor (ie hyprland) |
hyprland doesn't allow anything to render over the lock. That's our current "compositor policy" |
Because now we can't wake onScreenKeyboard, when using hyprlock without keyboard, we can't unlock it. Any possibility to use OSK in hyprlock, or provide a 9 dots method like in phone, which allow us to draw some lines as password to login?
The text was updated successfully, but these errors were encountered: