Maximilian Seidler
Maximilian Seidler
> patch appears to be malformed what? then create it yourself, it is clearly visible what I changed. > Also don't think the initial find package line needs to be...
Please try hyprlock-git This probably was fixed via #409.
LIkely because you lid switch for some odd reason is sending an inputs to hyprlock and that's why your password is wrong. At least that would make sense. Can you...
@Nj0be I would love to know where those 2-3 chars come from and what they are (Like i mentioned above I guess it's the lid switch). I personally don't have...
```sh git clone https://github.com/hyprwm/hyprlock cd hyprlock git switch v0.6.2-b ``` Download this [patch.txt](https://github.com/user-attachments/files/18670354/patch.txt) and move it into the hyprlock directory you just cloned. ```sh git apply patch.txt ``` Now you...
@Nj0be Seems like the patch was not applied? Check `git diff` in the hyprlock directory to check if the patch actually applied successfully. (I just added to lines that log...
AHHH That already helps a lot thanks!!! It being related to shift kinda makes sense. Just to clarify, the `terminate called without an active exception` does not occur on the...
@Nj0be Ok the `terminate called without an active exception` was my bad. The log triggered an exception. The "flicker" you noticed was just hyprlock crashing and restarting itself. Try again...
Also are you on nvidia??
> I’m not sure where the problem lies, but after [ERR] Invalid key down event (stray release event?), every input is processed correctly. This log is actually a bit wrong....