From b7d04fb7cca031ee031250e44bc62fcfe57eba04 Mon Sep 17 00:00:00 2001 From: foxora Date: Wed, 11 Mar 2026 15:24:01 +0000 Subject: [PATCH] enabled hw cursors in hyprland again <3 --- homes/modules/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homes/modules/wm/hyprland/hyprland.nix b/homes/modules/wm/hyprland/hyprland.nix index 5cd6dc7..6cf6034 100644 --- a/homes/modules/wm/hyprland/hyprland.nix +++ b/homes/modules/wm/hyprland/hyprland.nix @@ -107,7 +107,7 @@ force_no_accel = false; # not recommended to turn on }; - cursor.no_hardware_cursors = true; + # cursor.no_hardware_cursors = true; misc = { enable_anr_dialog = false;