From fb53bd0cd70efb096f85793de75b26c7be95937a Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Sat, 15 Mar 2025 17:31:19 -0500
Subject: [PATCH] niri: disable cursor hide after timer

Signed-off-by: Myned <dev@bjork.tech>
---
 options/custom/desktops/niri/misc.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/options/custom/desktops/niri/misc.nix b/options/custom/desktops/niri/misc.nix
index e2aeec3..8c5bb61 100644
--- a/options/custom/desktops/niri/misc.nix
+++ b/options/custom/desktops/niri/misc.nix
@@ -31,7 +31,7 @@ in {
             inherit size;
             theme = name;
 
-            hide-after-inactive-ms = 1000 * 15; # Milliseconds
+            #// hide-after-inactive-ms = 1000 * 15; # Milliseconds
             hide-when-typing = true;
           };