Enable tap and natural scrolling for touchpads
This commit is contained in:
parent
6dd70aa58e
commit
0d3a037ef8
|
@ -20,6 +20,10 @@
|
|||
xkb_layout = "gb";
|
||||
xkb_options = "ctrl:nocaps";
|
||||
};
|
||||
"type:touchpad" = {
|
||||
tap = "enabled";
|
||||
natural_scroll = "enabled";
|
||||
};
|
||||
};
|
||||
modifier = "Mod4";
|
||||
terminal = "${config.programs.alacritty.package}/bin/alacritty";
|
||||
|
|
Loading…
Reference in a new issue