From 4df40f412186d03ae20e021d317d00f3d39445f5 Mon Sep 17 00:00:00 2001 From: Myned Date: Mon, 9 Dec 2024 08:22:16 -0600 Subject: [PATCH] hyprland: add device alias Signed-off-by: Myned --- options/custom/desktops/hyprland/settings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/desktops/hyprland/settings.nix b/options/custom/desktops/hyprland/settings.nix index fbca7db..8503926 100644 --- a/options/custom/desktops/hyprland/settings.nix +++ b/options/custom/desktops/hyprland/settings.nix @@ -262,7 +262,7 @@ in { devices = names: attrs: map (name: {inherit name;} // attrs) names; in flatten [ - (devices ["compx-2.4g-receiver-mouse"] { + (devices ["compx-2.4g-receiver-mouse" "protoarc-em04"] { accel_profile = "custom 1 0 1 10 20"; })