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 %}