Hyprland use gaps_in of 3, looks slightly better for some reason
This commit is contained in:
parent
af96fd456d
commit
a38b23ebd0
|
@ -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})";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue