aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-13 10:30:58 -0500
committerCraig Jennings <c@cjennings.net>2026-05-13 10:30:58 -0500
commit847512be1f90e4bc8be1b3f008fed8d48e03ab4f (patch)
treef95df4ff2205bc673ec71f166a1410688980d3d3
parent3e388e20865189f5f812d22ec8703c2d80f8f931 (diff)
downloadarchsetup-847512be1f90e4bc8be1b3f008fed8d48e03ab4f.tar.gz
archsetup-847512be1f90e4bc8be1b3f008fed8d48e03ab4f.zip
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.
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf1
1 files changed, 1 insertions, 0 deletions
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 {