Add laptop settings

This commit is contained in:
ItsDrike 2024-04-13 20:56:51 +02:00
parent 27b0d375f2
commit 01e3567653
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 96 additions and 1 deletions

View file

@ -0,0 +1,22 @@
{
services.xserver.libinput = {
# enable libinput
enable = true;
# disable mouse acceleration
mouse = {
accelProfile = "flat";
accelSpeed = "0";
middleEmulation = false;
};
# touchpad settings
touchpad = {
naturalScrolling = false; # I'm weird like that
tapping = true;
clickMethod = "clickfinger";
horizontalScrolling = true;
disableWhileTyping = true;
};
};
}