hyprland/settings.nix: fix hypr-dynamic-cursors
This commit is contained in:
parent
1ec9561919
commit
c92f2ae93a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue