diff options
author | Leonardo Santiago <[email protected]> | 2024-03-20 19:20:55 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-03-20 19:20:55 -0300 |
commit | 2d32bab6d9082c6c18676517863674bf2ce6089e (patch) | |
tree | 7ee83777e29c1b5b12e3b638758a4e91eef1a54a /hosts | |
parent | e6f55e834feca762a82c7cf20b8fe5e72e029b0e (diff) |
enable touch gestures, finally
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/hanekawa/configuration.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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"; }; |