From 45ba87b264dda02fae34df14bae33224c0b577c1 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 6 Apr 2025 23:22:58 +0800 Subject: [PATCH] feat(hyprland): fuck with decoration --- modules/programs/hyprland.nix | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/modules/programs/hyprland.nix b/modules/programs/hyprland.nix index 6d0574d..bed11f3 100644 --- a/modules/programs/hyprland.nix +++ b/modules/programs/hyprland.nix @@ -65,13 +65,18 @@ # Windows general = { # Make there be no gaps in between windows or edges - border_size = 5; - gaps_in = 20; - gaps_out = 20; - + border_size = 0; + no_border_on_floating = true; + gaps_in = 0; + gaps_out = 0; resize_on_border = true; }; + decoration = { + active_opacity = 1; + inactive_opacity = 0.9; + }; + windowrulev2 = [ "float, class:firefox, title:Picture-in-Picture" "float, class:(clipse)"