From 051c223eb7ae15264a56639c4d6e606ac81f1e9f Mon Sep 17 00:00:00 2001 From: John Ogle Date: Thu, 10 Oct 2024 17:11:11 -0700 Subject: [PATCH] [i3+sway] Add touchpad config --- home/modules/i3+sway/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/home/modules/i3+sway/default.nix b/home/modules/i3+sway/default.nix index 38a7dc9..011670f 100644 --- a/home/modules/i3+sway/default.nix +++ b/home/modules/i3+sway/default.nix @@ -129,6 +129,13 @@ in { "type:keyboard" = { xkb_options = "caps:escape"; }; + "type:touchpad" = { + tap = "enabled"; + tap_button_map = "lrm"; + drag = "enabled"; + natural_scroll = "disabled"; + dwt = "enabled"; + }; }; }; in {