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

Use hyprcursors

This commit is contained in:
RGBCube 2024-07-02 12:50:48 +03:00
parent b7562dbd3f
commit 4a3ac9999d
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
3 changed files with 44 additions and 2 deletions

View file

@ -39,6 +39,15 @@ in desktopSystemConfiguration {
enableXdgAutostart = true;
};
plugins = with pkgs; [ hyprcursors ];
settings.plugin.dynamic-cursors = {
enabled = true;
mode = "rotate";
shake = true;
};
settings = {
monitor = [ ", preferred, auto, 1" ];