This commit is contained in:
2024-05-16 21:55:08 +01:00
parent 009dcee4dc
commit 61658f1654
3 changed files with 14 additions and 16 deletions

View File

@@ -47,6 +47,11 @@
PCIE_ASPM_ON_BAT = "powersupersave";
};
};
libinput.touchpad = {
naturalScrolling = true;
horizontalScrolling = false;
tapping = true;
};
xserver = {
dpi = 144;
@@ -56,12 +61,6 @@
Option "DRI" "2"
Option "TearFree" "true"
'';
libinput.touchpad = {
naturalScrolling = true;
horizontalScrolling = false;
tapping = true;
};
};
logind = {