From 3e388e20865189f5f812d22ec8703c2d80f8f931 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 13 May 2026 10:11:31 -0500 Subject: 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. --- dotfiles/hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3