From f12b44bda518bcbce487101425d3e4a6ee7d5651 Mon Sep 17 00:00:00 2001 From: NotXia <35894453+NotXia@users.noreply.github.com> Date: Fri, 28 Jun 2024 19:01:32 +0200 Subject: [PATCH] Fix cursor warp and update border --- .config/hypr/hyprland.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ee2ce19..8b6f506 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -52,10 +52,14 @@ input { accel_profile = flat } +cursor { + no_warps = true +} + general { gaps_in = 3 gaps_out = 5 - border_size = 3 + border_size = 2 col.active_border = rgb(26a269) col.inactive_border = rgb(595959)