From b6531abf577d2438a5dc02d3ed3b75787241e840 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Wed, 27 Dec 2023 16:25:04 +0100 Subject: [PATCH] buramn/hyprland: Lower gaps_out --- tree/.config/hypr/hyprland.conf.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tree/.config/hypr/hyprland.conf.tpl b/tree/.config/hypr/hyprland.conf.tpl index e914691..bd27d41 100644 --- a/tree/.config/hypr/hyprland.conf.tpl +++ b/tree/.config/hypr/hyprland.conf.tpl @@ -63,6 +63,8 @@ general { gaps_in = 5 {% if hostname == "sputnik" %} gaps_out = 10 +{% elif hostname == "buran" %} + gaps_out = 5 {% else %} gaps_out = 20 {% end %}