Disable touchscreen to improve battery life
This commit is contained in:
parent
3699684117
commit
4b57f49353
|
@ -39,4 +39,7 @@
|
|||
enable = true;
|
||||
percentageAction = 5;
|
||||
};
|
||||
|
||||
# Disable touchscreen
|
||||
boot.blacklistedKernelModules = [ "hid_multitouch" ];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue