Hyprland use gaps_in of 3, looks slightly better for some reason

This commit is contained in:
Evie Litherland-Smith 2024-12-20 08:47:09 +00:00
parent af96fd456d
commit a38b23ebd0

View file

@ -156,7 +156,7 @@
gestures.workspace_swipe = true;
general = {
layout = "master";
gaps_in = 2.5;
gaps_in = 3;
gaps_out = 5;
"col.active_border" = lib.mkForce "rgb(${config.lib.stylix.scheme.base0E})";
};