primalmotion
primalmotion
more precision: the keyboard will work again if eDP-1 is reactivated after that sequence
hum that does not seem to help.
after reading the code for refocus, I was trying some stuff with the mouse, and I got this crash ``` Stack trace of thread 1005: #0 0x00007f623e1cdce4 wl_resource_get_client (libwayland-server.so.0 +...
my suspicion, that may be completely off, is that it may depend on where the mouse actually is when I turn the laptop monitor off. And since this crash seems...
I confirm that this always crashes when I'm facing the issue with the keyboard not inputing anything on the lock screen then I click with the mouse
trying to follow the logs ``` journalctl --user -f --identifier=hyprland | grep --line-buffered -i -E "Set keyboard focus|New session lock|Removed monitor|New monitor" # Locking session New session lock! Set keyboard...
the first one did not work. let me try the second
the second one fixes the mouse crash, but still not the kb
no I edited the message :) it did NOT fix the kb
here's my config put both script in PATH or adapt: lid.sh ```bash #!/bin/env bash if grep -q open /proc/acpi/button/lid/LID0/state; then clam.sh off else if [[ "$(clam.sh count)" == "1" ]];...