From 299b3adb79b4422dcec7d4872c69460ddd2d2258 Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Sat, 21 Sep 2024 15:16:44 +0200 Subject: [PATCH] Adjusted hyprland mouse sens, set flat mouse accel, enabled tearing, and lowered outer gaps size --- hyprland/.config/hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index 1a44e37..b8901d9 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -46,14 +46,15 @@ input { natural_scroll = false } - sensitivity = 0 # -1.0 - 1.0, 0 means no modification. + sensitivity = 0.5 # -1.0 - 1.0, 0 means no modification. + accel_profile = flat } general { # See https://wiki.hyprland.org/Configuring/Variables/ for more gaps_in = 5 - gaps_out = 20 + gaps_out = 5 border_size = 2 col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg col.inactive_border = rgba(595959aa) @@ -61,7 +62,7 @@ general { layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on - allow_tearing = false + allow_tearing = true } decoration {