From b4f4032e449492a446b29237feb656a94520a72e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 15:01:26 -0600 Subject: feat(hyprland): add rounded corners to windows Set rounding = 10 in decoration section for rounded window corners. Co-Authored-By: Claude Opus 4.5 --- dotfiles/hyprland/.config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index a4b06ff..59b52e8 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -49,7 +49,7 @@ general { } decoration { - rounding = 0 + rounding = 10 blur { enabled = false } -- cgit v1.2.3