diff --git a/flake.lock b/flake.lock index bf35392..4fdc8ce 100644 --- a/flake.lock +++ b/flake.lock @@ -449,11 +449,11 @@ ] }, "locked": { - "lastModified": 1719779888, - "narHash": "sha256-Jf6Te5Jhbja4Pk6+UeEi3YMxvgMUf/nqHS9PCU1ntOw=", + "lastModified": 1719927337, + "narHash": "sha256-NWiG8T2D1frOKypAYzPK1kbjS046j+cIuRtmoaoAJfA=", "owner": "VirtCode", "repo": "hypr-dynamic-cursors", - "rev": "91c03dea2ebfe34dbe64e54921801829dfe23ea8", + "rev": "5fee8c5545c4c4a68f446408fa4ee1ae84d42c17", "type": "github" }, "original": { diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index b34ccac..d4cd570 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -42,10 +42,14 @@ in desktopSystemConfiguration { plugins = with pkgs; [ hyprcursors ]; settings.plugin.dynamic-cursors = { - enabled = true; - mode = "rotate"; - shake = true; + + shake = { + threshold = 3; + + effects = true; + nearest = false; + }; }; settings = {