I am using slim login manager on Debian 10.
slim-1.3.6
part of the slim package is slimlock, a screenlocker. When I lock my screen (Ctrl+Alt+Del), two things happen:
- typical lock screen appears, where I have to provide password to unlock
- after few seconds my display goes to sleep
When I then come back and either move mouse, or type on keyboard, then the display wakes up and the lock screen appears again, where I can type my password to unlock.
I need to change the following:
When screen is locked and display is asleep, do not wake up on mouse movements. Only when I type on keyboard should the display wake up, and the lock screen password dialog appear.
How can I do this?
Does this need to be patched in the slim/slimlock package, or is this xserver ?
I would be happy to recompile the slim package, if somebody could kindly point me what to modify and where.