summaryrefslogtreecommitdiff
path: root/nixos/hypr.nix
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-05-29 18:02:47 +0200
committerGitHub <noreply@github.com>2026-05-29 18:02:47 +0200
commit6a7ef9466ba4fc4eb2ea24d0569680d98957f733 (patch)
tree9eaaecb4b819ae0bd46619ac3600131e87f47896 /nixos/hypr.nix
parentaae021010b5ee755fff5bf2d5a8332d86bdc1c83 (diff)
Adjust gap and border sizes in hypr.nix
Diffstat (limited to 'nixos/hypr.nix')
-rw-r--r--nixos/hypr.nix6
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)",