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"