sway: Enable touchpad

renge2
Simon Bruder 2023-12-20 23:56:03 +01:00
parent 0318ca56f9
commit 1255e53e92
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 4 additions and 1 deletions

View File

@ -73,8 +73,11 @@ in
xkb_options = "compose:caps";
xkb_numlock = "enable";
};
"type:touchpad" = {
click_method = "clickfinger";
tap = "enabled";
};
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
"type:touchpad".events = "disabled";
"2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15";
});