summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-05-25 18:49:29 +0200
committerGitHub <noreply@github.com>2026-05-25 18:49:29 +0200
commit70a7c07d562940ccfee1650bb639a866f0be8732 (patch)
treeb04dcd78ca95a48f79497a284a9551105004626a /nixos
parenta4b898d789a36fc9be94ce97597422bd3bdc84fd (diff)
Change border size from 2 to 0 in hypr.nix
Diffstat (limited to 'nixos')
-rw-r--r--nixos/hypr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hypr.nix b/nixos/hypr.nix
index 80342ee..b1bbd50 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 = 2 # @dynamic_border
+ border_size = 0 # @dynamic_border
resize_on_border = 0
col.active_border = $color2
allow_tearing = 0