From 55001d251e13642031bbacd72e691608c0a15214 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Sun, 21 Apr 2024 12:47:57 +0000 Subject: [PATCH] resize window gaps --- hypr/hyprland.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 13394df..ca1c410 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -60,8 +60,8 @@ input { general { # See https://wiki.hyprland.org/Configuring/Variables/ for more - gaps_in = 20 - gaps_out = 40 + gaps_in = 10 + gaps_out = 20 border_size = 3 col.active_border = $color4 $color13 45deg col.inactive_border = $color0 @@ -69,7 +69,7 @@ general { layout = dwindle # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on - allow_tearing = false + allow_tearing = true } decoration { @@ -81,6 +81,7 @@ decoration { enabled = true size = 3 passes = 1 + ignore_opacity = true } drop_shadow = yes