From 608783b10c465c89c599a2035c4e6c8df3fac0e6 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 13 Jul 2025 09:50:49 -0400 Subject: [PATCH] fixed cursor? --- src/user/modules/gui/wm/hyprland/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/user/modules/gui/wm/hyprland/default.nix b/src/user/modules/gui/wm/hyprland/default.nix index 3603192..4c52c73 100644 --- a/src/user/modules/gui/wm/hyprland/default.nix +++ b/src/user/modules/gui/wm/hyprland/default.nix @@ -99,6 +99,14 @@ in sensitivity = 0.35; }; + cursor = { + inactive_timeout = 0; + no_hardware_cursors = true; + hide_on_touch = false; + use_cpu_buffer = 0; + enable_hyprcursor = false; + }; + env = [ "HYPRCURSOR_THEME,Vanilla-DMZ" "HYPRCURSOR_SIZE,24"