From c7e763a0e74a9d6da5acc94f786cc5938aab1ba7 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Wed, 26 Jul 2023 02:32:40 -0700 Subject: [PATCH] Set trackpad to adaptive for lenovo --- systems/lenovo/hyprland/default.nix | 3 +++ systems/lenovo/hyprland/hyprland.conf | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 systems/lenovo/hyprland/default.nix create mode 100644 systems/lenovo/hyprland/hyprland.conf diff --git a/systems/lenovo/hyprland/default.nix b/systems/lenovo/hyprland/default.nix new file mode 100644 index 0000000..8abc2c2 --- /dev/null +++ b/systems/lenovo/hyprland/default.nix @@ -0,0 +1,3 @@ +{ impurity, ... }: { + hyprland-session.extraConfig = "source = ${impurity.link ./hyprland.conf}"; +} diff --git a/systems/lenovo/hyprland/hyprland.conf b/systems/lenovo/hyprland/hyprland.conf new file mode 100644 index 0000000..5199a94 --- /dev/null +++ b/systems/lenovo/hyprland/hyprland.conf @@ -0,0 +1,3 @@ +device:elan0001:00-04f3:3140-touchpad { + accel_profile = adaptive +} \ No newline at end of file