Disable touchscreen to improve battery life

This commit is contained in:
coolneng 2020-09-03 02:36:35 +02:00
parent 3699684117
commit 4b57f49353
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

View File

@ -39,4 +39,7 @@
enable = true;
percentageAction = 5;
};
# Disable touchscreen
boot.blacklistedKernelModules = [ "hid_multitouch" ];
}