From 847512be1f90e4bc8be1b3f008fed8d48e03ab4f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 13 May 2026 10:30:58 -0500 Subject: feat(hyprland): hide cursor after 2 seconds of inactivity I set cursor:inactive_timeout to 2.0 so the cursor disappears after a couple of seconds without motion and reappears on the next move. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index e4627b5..4850e87 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -115,6 +115,7 @@ dwindle { # ============================================================================ cursor { no_warps = true + inactive_timeout = 2.0 } input { -- cgit v1.2.3