From 236ce0fd5b6c66c703e5de5e5029f05aee1f0967 Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sun, 1 Jun 2025 20:07:00 +0800 Subject: [PATCH] feat(hyprland): add some decoration --- .../home/desktop/windowManager/hyprland/decoration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/modules/home/desktop/windowManager/hyprland/decoration.nix b/modules/home/desktop/windowManager/hyprland/decoration.nix index 23b05e4..8748050 100644 --- a/modules/home/desktop/windowManager/hyprland/decoration.nix +++ b/modules/home/desktop/windowManager/hyprland/decoration.nix @@ -1,6 +1,14 @@ { animation = [ "workspaces, 0" ]; general = { - border_size = 0; + border_size = 2; + gaps_in = 0; + gaps_out = 0; + resize_on_border = true; + }; + decoration = { + rounding = 10; + rounding_power = 2; + inactive_opacity = 0.9; }; }