summaryrefslogtreecommitdiff
path: root/dotfiles
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
commitb4f4032e449492a446b29237feb656a94520a72e (patch)
treec52247000aee6186e960745f8f79052658622381 /dotfiles
parentdd6019ac3dcb86634c4b3243c645f92ab913bb89 (diff)
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>
Diffstat (limited to 'dotfiles')
-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
}