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:
parent
a289c8f569
commit
d13e79f9fb
2 changed files with 10 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue