1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 03:27:45 +00:00

Update hyprcursors and configure it

This commit is contained in:
RGBCube 2024-07-03 11:10:59 +03:00
parent a289c8f569
commit d13e79f9fb
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
2 changed files with 10 additions and 6 deletions

View file

@ -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 = {