From 2d32bab6d9082c6c18676517863674bf2ce6089e Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Wed, 20 Mar 2024 19:20:55 -0300 Subject: enable touch gestures, finally --- hosts/hanekawa/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hosts') diff --git a/hosts/hanekawa/configuration.nix b/hosts/hanekawa/configuration.nix index ee3d95d..81c56bb 100644 --- a/hosts/hanekawa/configuration.nix +++ b/hosts/hanekawa/configuration.nix @@ -29,6 +29,7 @@ i18n.defaultLocale = "pt_BR.UTF-8"; # Enable the X11 windowing system. + services.touchegg.enable = true; services.xserver = { enable = true; layout = "br"; @@ -37,6 +38,7 @@ enable = true; touchpad = { tapping = true; + scrollMethod = "twofinger"; clickMethod = "clickfinger"; tappingButtonMap = "lrm"; }; -- cgit v1.2.3