mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +01:00
Increase mouse sensitivity
This commit is contained in:
parent
06bf169913
commit
3cab6d5294
1 changed files with 13 additions and 7 deletions
|
|
@ -38,13 +38,19 @@
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
};
|
};
|
||||||
|
|
||||||
device = {
|
device = [
|
||||||
name = "dell0b9f:00-27c6:0d43-touchpad";
|
{
|
||||||
accel_profile = "adaptive";
|
name = "logitech-usb-receiver-mouse";
|
||||||
disable_while_typing = true;
|
sensitivity = "0.2";
|
||||||
natural_scroll = true;
|
}
|
||||||
middle_button_emulation = true;
|
{
|
||||||
};
|
name = "dell0b9f:00-27c6:0d43-touchpad";
|
||||||
|
accel_profile = "adaptive";
|
||||||
|
disable_while_typing = true;
|
||||||
|
natural_scroll = true;
|
||||||
|
middle_button_emulation = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
gestures.workspace_swipe = true;
|
gestures.workspace_swipe = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue