Matt-FTW / dotfiles

💄 Yet another Aesthetic Hyprland Config
https://dotfiles-docs.vercel.app/
GNU General Public License v3.0
305 stars 21 forks source link

🐛 Bug: Lock Screen #27

Closed tim1737 closed 1 month ago

tim1737 commented 1 month ago

Did you check existing issues?

Description of the bug

Please help me, what is responsible for the lock screen? For some reason, after about 20 minutes of inactivity, the screen is blocked (blurred) and it cannot be unlocked in any way

Screenshots

image

Environment

Arch latest

Matt-FTW commented 1 month ago

Thats hyprlock. It is called after 10 minutes of inactivity by hyprdile.

This file defines the time it takes to call hyprlock. Once you're into that state, you just have to type your password to unlock it. Check this file and change all the monitor id ocurrences to your own one so you can see some elements appear on the lock screen.

If you have any other doubt, check the hypridle and hyprlock wiki first.

tim1737 commented 1 month ago

Okey, thx