From 4f47eb41cdcc45ac87fab164b9d67c5965bbdee7 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 23 Feb 2024 08:07:10 +0000 Subject: [PATCH] hypr: reduce gaps remove rounding --- hypr/hyprland.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3525800..3116f00 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -58,8 +58,8 @@ input { general { # See https://wiki.hyprland.org/Configuring/Variables/ for more - gaps_in = 3 - gaps_out = 6 + gaps_in = 2 + gaps_out = 10 border_size = 2 # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg # col.inactive_border = rgba(595959aa) @@ -75,7 +75,7 @@ general { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 5 + rounding = 0 blur { enabled = true