mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Configure fern touchpad
This commit is contained in:
parent
e3682fd2a6
commit
e0df2fc5c0
1 changed files with 10 additions and 3 deletions
|
|
@ -6,6 +6,12 @@
|
||||||
kb_layout = "de";
|
kb_layout = "de";
|
||||||
kb_variant = "nodeadkeys";
|
kb_variant = "nodeadkeys";
|
||||||
accel_profile = "flat";
|
accel_profile = "flat";
|
||||||
|
|
||||||
|
touchpad = {
|
||||||
|
disable_while_typing = true;
|
||||||
|
natural_scroll = true;
|
||||||
|
middle_button_emulation = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
device = [
|
device = [
|
||||||
|
|
@ -16,9 +22,10 @@
|
||||||
{
|
{
|
||||||
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;
|
name = "pixa3854:00-093a:0274-touchpad";
|
||||||
|
accel_profile = "adaptive";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue