diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-13 10:30:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-13 10:30:58 -0500 |
| commit | 847512be1f90e4bc8be1b3f008fed8d48e03ab4f (patch) | |
| tree | f95df4ff2205bc673ec71f166a1410688980d3d3 /dotfiles | |
| parent | 3e388e20865189f5f812d22ec8703c2d80f8f931 (diff) | |
| download | archsetup-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.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
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 { |
