diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 15:01:26 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 15:01:26 -0600 |
| commit | 9a87ab23925c9e23da67f123edcc7b0a2bc358a6 (patch) | |
| tree | 5d7f7e7c205a69272004cceb574d564895006417 /dotfiles/hyprland | |
| parent | 8775259e728463ac26f9be8f26a7b8ae90e63bee (diff) | |
| download | archsetup-9a87ab23925c9e23da67f123edcc7b0a2bc358a6.tar.gz archsetup-9a87ab23925c9e23da67f123edcc7b0a2bc358a6.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>
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 2 |
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 } |
