hyprland/settings.nix: fix hypr-dynamic-cursors

This commit is contained in:
Charlie Root 2024-10-29 18:45:39 +01:00
commit c92f2ae93a
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -61,10 +61,10 @@ in {
num_workspaces = 10; num_workspaces = 10;
persistent_workspaces = true; persistent_workspaces = true;
}; };
hypr-dynamic-cursors = { dynamic-cursors = {
enabled = true; enabled = true;
mode = "tilt"; mode = "rotate";
rotate = { rotate = {
length = 20; length = 20;
offset = 0.0; offset = 0.0;