This commit is contained in:
parent
9ccc3dadf3
commit
5f01f22088
3 changed files with 10 additions and 4 deletions
|
|
@ -179,6 +179,12 @@ in
|
|||
follow_mouse = 1;
|
||||
accel_profile = "flat";
|
||||
sensitivity = 0;
|
||||
} // lib.optionalAttrs isMacbook {
|
||||
touchpad = {
|
||||
tap-to-click = true;
|
||||
tap_button_map = "lrm"; # 1-finger=left, 2-finger=right, 3-finger=middle
|
||||
natural_scroll = true;
|
||||
};
|
||||
};
|
||||
|
||||
cursor = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue