diff options
| -rw-r--r-- | nixos/hypr.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/hypr.nix b/nixos/hypr.nix index f29caa8..befd736 100644 --- a/nixos/hypr.nix +++ b/nixos/hypr.nix @@ -27,9 +27,9 @@ hl.config({ general = { - gaps_in = 5, - gaps_out = 10, - border_size = 2, + gaps_in = 2.5, + gaps_out = 5, + border_size = 1, resize_on_border = false, col = { active_border = "rgba(ffffffff)", |
