-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Documentation on "How can I use Hyprlock as a login screen when I start my computer" #564
Comments
There is a splash though as described in: hyprwm/Hyprland#5832 (comment) (even with a empty config + a color as background to minimize computation). Not sure if there is an solution to this? |
A display manager has the difficult and nuanced task of creating and managing a user session. This method works ok, if you want to use hyprlock as a login screen when you start your computer. If you think this should be in the wiki (I am not sure if it is necessary), feel free to create a pull request in https://github.com/hyprwm/hyprland-wiki yourself. |
@sand4rt you can try the |
@PaideiaDilemma thanks for the replies
Good to know! I don't mind having SDDM installed, just wanted to have a single login screen and login once when i boot. Not sure how secure this is BTW?
It does make it a little bit smoother but the splash is still there unfortunately |
I can think of two security relevant problems:
|
I was already concerned about your second point. Is there a possibility that Hyprlock can deal with this? |
No, the compositor would need to implement a way to basically start locked, which would be out of protocol. It would also introduce relevant side effects for startup that might beak stuff. |
Description
First of all, thank your for you work!
Asahi Linux comes with Fedora+SDDM by default, and it took me some time to figure out how to set up a unified login. Would it be beneficial to add this info to the documentation? as i've seen several questions on this topic
What i ended up doing was configuring SDDM to auto login (also possible with greetd) and then exec-once hyprlock:
Add this to
/etc/sddm.config.d/kde_settings.conf
:Add
exec-once=hyprlock || hyprctl dispatch exit
to~/.config/hypr/hyprland.conf
The text was updated successfully, but these errors were encountered: