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 | 32ef3ff747a5e295fd01dc0c62b7eda91a83a457 (patch) | |
| tree | fbc72a02e58972bc7fb9186aa2bb8208bd03d734 /dotfiles | |
| parent | 61628faca8ccd0c32c7d63b94fbcc8c4e66ba45f (diff) | |
| download | archsetup-32ef3ff747a5e295fd01dc0c62b7eda91a83a457.tar.gz archsetup-32ef3ff747a5e295fd01dc0c62b7eda91a83a457.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 { |
