From 06cf55065e6b0dd7087995caa50abe10dd773eb6 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 22 Dec 2024 07:15:39 -0500 Subject: [PATCH] hyprlock: enable cursor Signed-off-by: Myned --- options/custom/programs/hyprlock.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/custom/programs/hyprlock.nix b/options/custom/programs/hyprlock.nix index 31d530c..f64c80f 100644 --- a/options/custom/programs/hyprlock.nix +++ b/options/custom/programs/hyprlock.nix @@ -24,7 +24,7 @@ in { fingerprint_present_message = "󰈷"; fingerprint_ready_message = "󰈷"; grace = 5 * 60; # Seconds - hide_cursor = true; + #// hide_cursor = true; ignore_empty_input = true; no_fade_in = true; # Fix suspend interrupting animation };