Increase mouse sensitivity

This commit is contained in:
SebastianStork 2024-08-07 22:26:15 +02:00
parent 06bf169913
commit 3cab6d5294

View file

@ -38,13 +38,19 @@
accel_profile = "flat";
};
device = {
device = [
{
name = "logitech-usb-receiver-mouse";
sensitivity = "0.2";
}
{
name = "dell0b9f:00-27c6:0d43-touchpad";
accel_profile = "adaptive";
disable_while_typing = true;
natural_scroll = true;
middle_button_emulation = true;
};
}
];
gestures.workspace_swipe = true;