diff options
| author | caley <u65487754@gmail.com> | 2026-05-22 16:14:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-22 16:14:15 +0200 |
| commit | a4b898d789a36fc9be94ce97597422bd3bdc84fd (patch) | |
| tree | 6d914d807f16e6590297ad6849a65779b21a242b | |
| parent | 71dfeedffaa1d289d86533f96525695a3dfb198a (diff) | |
Update hypr.nix
| -rw-r--r-- | nixos/hypr.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hypr.nix b/nixos/hypr.nix index e19e145..80342ee 100644 --- a/nixos/hypr.nix +++ b/nixos/hypr.nix @@ -28,7 +28,7 @@ general { gaps_in = 5 # @dynamic_gaps_in gaps_out = 10 # @dynamic_gaps_out - border_size = 1 # @dynamic_border + border_size = 2 # @dynamic_border resize_on_border = 0 col.active_border = $color2 allow_tearing = 0 |
