diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-13 10:11:31 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-13 10:11:31 -0500 |
| commit | 77d67de1056e5b91f6a1a450c7f99fde0591c011 (patch) | |
| tree | edab0228932e41f201db70a2b345d09e71268c35 /dotfiles | |
| parent | b2f8f9612ef33c22a5fa3a0f51664d3182c63d6a (diff) | |
| download | archsetup-77d67de1056e5b91f6a1a450c7f99fde0591c011.tar.gz archsetup-77d67de1056e5b91f6a1a450c7f99fde0591c011.zip | |
fix(hyprland): keep cursor in place on keyboard focus changes
I set cursor:no_warps to true so super+j/k and other keyboard focus moves stop teleporting the cursor to the center of the newly focused window.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 3e02029..e4627b5 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -114,7 +114,7 @@ dwindle { # Input # ============================================================================ cursor { - no_warps = false + no_warps = true } input { |
