buramn/hyprland: Lower gaps_out

This commit is contained in:
2023-12-27 16:25:04 +01:00
parent d0a13dc52d
commit b6531abf57

View File

@ -63,6 +63,8 @@ general {
gaps_in = 5 gaps_in = 5
{% if hostname == "sputnik" %} {% if hostname == "sputnik" %}
gaps_out = 10 gaps_out = 10
{% elif hostname == "buran" %}
gaps_out = 5
{% else %} {% else %}
gaps_out = 20 gaps_out = 20
{% end %} {% end %}