Enable tap and natural scrolling for touchpads

This commit is contained in:
Evie Litherland-Smith 2024-04-12 21:25:48 +01:00
parent 6dd70aa58e
commit 0d3a037ef8

View file

@ -20,6 +20,10 @@
xkb_layout = "gb"; xkb_layout = "gb";
xkb_options = "ctrl:nocaps"; xkb_options = "ctrl:nocaps";
}; };
"type:touchpad" = {
tap = "enabled";
natural_scroll = "enabled";
};
}; };
modifier = "Mod4"; modifier = "Mod4";
terminal = "${config.programs.alacritty.package}/bin/alacritty"; terminal = "${config.programs.alacritty.package}/bin/alacritty";