Fix incorrect shadow_blur_radius max in README (#365)

This commit is contained in:
askiiart 2024-11-15 20:48:25 +00:00 committed by GitHub
parent d131b4dfbf
commit 3e4b6b75f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,7 +38,7 @@ Sway is an incredible window manager, and certainly one of the most well establi
+ Window shadows:
- `shadows enable|disable`
- `shadows_on_csd enable|disable` (**Note**: The shadow might not fit some windows)
- `shadow_blur_radius <integer value 0 - 100>`
- `shadow_blur_radius <integer value 0 - 99>`
- `shadow_color <hex color with alpha> ex, #0000007F`
- `shadow_offset <x offset> <y offset>`
- `shadow_inactive_color <hex color with alpha> ex, #0000007F`