sway: Enable touchpad
This commit is contained in:
parent
0318ca56f9
commit
1255e53e92
|
@ -73,8 +73,11 @@ in
|
||||||
xkb_options = "compose:caps";
|
xkb_options = "compose:caps";
|
||||||
xkb_numlock = "enable";
|
xkb_numlock = "enable";
|
||||||
};
|
};
|
||||||
|
"type:touchpad" = {
|
||||||
|
click_method = "clickfinger";
|
||||||
|
tap = "enabled";
|
||||||
|
};
|
||||||
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
|
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
|
||||||
"type:touchpad".events = "disabled";
|
|
||||||
"2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15";
|
"2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15";
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue