diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-07-22 20:53:11 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-07-22 20:53:11 -0400 |
| commit | 08f7fb2f3a2306b54ddcc26e72c758625a14acc0 (patch) | |
| tree | a9b6236ad4d43b92f4e7324b4e2820867d93aed0 /.config/hypr | |
| parent | 66cf16d9f9124b5f6790565b2b98ead97e501595 (diff) | |
small improvements
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 366fe5b..4304f15 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -41,19 +41,19 @@ general { allow_tearing = true resize_on_border = false - gaps_in = 2 - gaps_out = 4 + gaps_in = 3 + gaps_out = 6 border_size = 2 col.active_border = rgba(AFD7FFff) - col.inactive_border = rgba(595959ff) + col.inactive_border = rgba(59595900) } windowrulev2 = noshadow, floating:0 decoration { - rounding = 0 + rounding = 6 blur { enabled = true |
