diff --git a/dotfiles/config/hypr/hyprland/state.lua b/dotfiles/config/hypr/hyprland/state.lua index 52a32111..5919b0a4 100644 --- a/dotfiles/config/hypr/hyprland/state.lua +++ b/dotfiles/config/hypr/hyprland/state.lua @@ -68,7 +68,11 @@ return { enable_hyprtasking = false, enable_workspace_history = true, enable_hyprwobbly = true, - enable_dynamic_cursors = true, + -- Disabled 2026-06-28: causes the cursor to intermittently disappear + -- (confirmed by unloading the plugin live — cursor stopped vanishing). + -- It replaces cursor rendering via lockSoftwareAll for its tilt/shake + -- effects. Re-enable only after verifying upstream fixed this. + enable_dynamic_cursors = false, enable_hyprglass = false, hyprland_gaps_enabled = os.getenv("IMALISON_HYPRLAND_GAPS") ~= "0", hyprland_cursor_size = tonumber(os.getenv("IMALISON_HYPRLAND_CURSOR_SIZE")) or 24,