From c097b2f0339af1170af07127b9856d203821288b Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Wed, 1 Oct 2025 17:21:12 +0100 Subject: [PATCH] rounded corners in hyprland set them to 10px it looks pretty nice --- home-manager/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index b89233d..0c31b1d 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -52,6 +52,9 @@ general = { gaps_out = 10; }; + decoration = { + rounding = 10; + }; # Allow using SUPER + left click to move windows and SUPER + right click to resize windows bindm = [