summaryrefslogtreecommitdiff
path: root/hosts/hanekawa
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-03-20 19:20:55 -0300
committerLeonardo Santiago <[email protected]>2024-03-20 19:20:55 -0300
commit2d32bab6d9082c6c18676517863674bf2ce6089e (patch)
tree7ee83777e29c1b5b12e3b638758a4e91eef1a54a /hosts/hanekawa
parente6f55e834feca762a82c7cf20b8fe5e72e029b0e (diff)
enable touch gestures, finally
Diffstat (limited to 'hosts/hanekawa')
-rw-r--r--hosts/hanekawa/configuration.nix2
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";
};