mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Fix middle button emulation
This commit is contained in:
parent
1290098798
commit
8c00e1f120
1 changed files with 3 additions and 5 deletions
|
|
@ -17,14 +17,12 @@
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
};
|
};
|
||||||
|
|
||||||
input.touchpad = {
|
|
||||||
disable_while_typing = true;
|
|
||||||
natural_scroll = true;
|
|
||||||
middle_button_emulation = true;
|
|
||||||
};
|
|
||||||
device = {
|
device = {
|
||||||
name = "dell0b9f:00-27c6:0d43-touchpad";
|
name = "dell0b9f:00-27c6:0d43-touchpad";
|
||||||
accel_profile = "adaptive";
|
accel_profile = "adaptive";
|
||||||
|
disable_while_typing = true;
|
||||||
|
natural_scroll = true;
|
||||||
|
middle_button_emulation = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue