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 | 89763be913441041206c844f64b679ed8cb53b45 (patch) | |
| tree | 18d6bbe3de5f0569a2c79e7d6cf32cca14369800 | |
| parent | e180b0bc64835ded6a6a408209e6b05a5a81ae2c (diff) | |
| download | archsetup-89763be913441041206c844f64b679ed8cb53b45.tar.gz archsetup-89763be913441041206c844f64b679ed8cb53b45.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.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 } |
