[i3+sway] Add touchpad config

This commit is contained in:
2024-10-10 17:11:11 -07:00
parent 6030f6ea42
commit 051c223eb7

View File

@@ -129,6 +129,13 @@ in {
"type:keyboard" = { "type:keyboard" = {
xkb_options = "caps:escape"; xkb_options = "caps:escape";
}; };
"type:touchpad" = {
tap = "enabled";
tap_button_map = "lrm";
drag = "enabled";
natural_scroll = "disabled";
dwt = "enabled";
};
}; };
}; };
in { in {