aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-25 15:01:26 -0600
committerCraig Jennings <c@cjennings.net>2026-01-25 15:01:26 -0600
commitedd873b8c10726ef7bdea0b947f7482503a70628 (patch)
treec52247000aee6186e960745f8f79052658622381
parentefe5aae03cf41ec227d97cfb016767eef7c6a227 (diff)
downloadarchsetup-edd873b8c10726ef7bdea0b947f7482503a70628.tar.gz
archsetup-edd873b8c10726ef7bdea0b947f7482503a70628.zip
feat(hyprland): add rounded corners to windows
Set rounding = 10 in decoration section for rounded window corners. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
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
}