From 4a03bc41643d811c96eec73211dad3ad21e471dd Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Thu, 11 May 2023 21:30:35 -0400 Subject: [PATCH] fix: Don't blank cursor at the hyprland level This fixes an issue where the cursor would occasionally show in fullscreen applications where the cursor was not expected to show. The cursor will still disappear when using kitty. --- hyprland/.config/hypr/hyprland.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index e9f40e6b..d4368a20 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -46,7 +46,6 @@ general { border_size = 1 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) - cursor_inactive_timeout = 3 layout = master resize_on_border = yes }