fix(yume): disable autolock

This commit is contained in:
514fpv 2024-05-14 20:03:10 +08:00
parent 8c1d052f7e
commit 2a2441e2e7
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw

View file

@ -24,6 +24,7 @@
home.plasma.extraConfig = { home.plasma.extraConfig = {
configFile = { configFile = {
kscreenlockerrc.Daemon.Autolock = false;
kcminputrc."Libinput/16700/9486/Dell Computer Corp Dell Laser Mouse MS3220".NaturalScroll = true; kcminputrc."Libinput/16700/9486/Dell Computer Corp Dell Laser Mouse MS3220".NaturalScroll = true;
}; };
}; };