From f8dc7f64f09544a14fe2f9a887ee0ec917493bad Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 23 May 2023 17:31:32 -0400 Subject: [PATCH] fix(hyprland): Use -1 for gaps_out This fixes an issue where hyprland windows would not completely cover the background on the right side of the screen. --- desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/hyprland/default.nix b/desktop/hyprland/default.nix index 8ba94e21..9ca8f65b 100644 --- a/desktop/hyprland/default.nix +++ b/desktop/hyprland/default.nix @@ -33,7 +33,7 @@ general { gaps_in = 0 - gaps_out = 0 + gaps_out = -1 border_size = 0 col.active_border = rgba(f4bf75ee) rgba(fd971fee) 45deg col.inactive_border = rgba(49483eaa)