add(hypr): dynamic cursor

This commit is contained in:
kenji
2026-01-01 22:09:53 -06:00
parent 26e597e087
commit fdcabbe543
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
wayland.windowManager.hyprland.plugins = [
pkgs.hyprlandPlugins.hyprsplit
pkgs.hyprlandPlugins.hypr-dynamic-cursors
];
}
+9
View File
@@ -24,6 +24,15 @@
num_workspaces = 5;
persistent_workspaces = false;
};
dynamic-cursors = {
mode = "tilt";
shake = {
enabled = true;
threshold = 4.0;
factor = 1.5;
};
};
};
};
}