From c92f2ae93a0ba265d7160722e64e0ec4133b7469 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 29 Oct 2024 18:45:39 +0100 Subject: [PATCH] hyprland/settings.nix: fix hypr-dynamic-cursors --- modules/wms/wayland/hyprland/settings.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wms/wayland/hyprland/settings.nix b/modules/wms/wayland/hyprland/settings.nix index d30a3ae..bd8464f 100644 --- a/modules/wms/wayland/hyprland/settings.nix +++ b/modules/wms/wayland/hyprland/settings.nix @@ -61,10 +61,10 @@ in { num_workspaces = 10; persistent_workspaces = true; }; - hypr-dynamic-cursors = { + dynamic-cursors = { enabled = true; - mode = "tilt"; + mode = "rotate"; rotate = { length = 20; offset = 0.0;