From cf2d67b7fd33eb4fff300ccb8bcd9d9d9421414d Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Mon, 1 Jun 2026 14:06:00 +0200 Subject: [PATCH] hypr: enable automatic hardware cursors no_hardware_cursors 2 (auto) uses hardware cursors where supported and falls back to software only when needed, instead of forcing software cursors globally. --- dot_config/hypr/hyprland.d.lua/general.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/hypr/hyprland.d.lua/general.lua b/dot_config/hypr/hyprland.d.lua/general.lua index 361827f..af6deac 100644 --- a/dot_config/hypr/hyprland.d.lua/general.lua +++ b/dot_config/hypr/hyprland.d.lua/general.lua @@ -15,7 +15,7 @@ hl.config({ warp_on_change_workspace = true, enable_hyprcursor = true, sync_gsettings_theme = true, - no_hardware_cursors = true + no_hardware_cursors = 2 -- auto: HW cursors where supported, SW only when needed }, decoration = { rounding = 5,