add(hypr): dynamic cursor
This commit is contained in:
@@ -14,5 +14,6 @@
|
|||||||
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
wayland.windowManager.hyprland.systemd.enable = false; # for UWSM support...
|
||||||
wayland.windowManager.hyprland.plugins = [
|
wayland.windowManager.hyprland.plugins = [
|
||||||
pkgs.hyprlandPlugins.hyprsplit
|
pkgs.hyprlandPlugins.hyprsplit
|
||||||
|
pkgs.hyprlandPlugins.hypr-dynamic-cursors
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,15 @@
|
|||||||
num_workspaces = 5;
|
num_workspaces = 5;
|
||||||
persistent_workspaces = false;
|
persistent_workspaces = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dynamic-cursors = {
|
||||||
|
mode = "tilt";
|
||||||
|
shake = {
|
||||||
|
enabled = true;
|
||||||
|
threshold = 4.0;
|
||||||
|
factor = 1.5;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user