From 3e4b6b75f4b42b4cb04d883033b04b4a1b57bc90 Mon Sep 17 00:00:00 2001 From: askiiart <90910526+askiiart@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:48:25 +0000 Subject: [PATCH] Fix incorrect shadow_blur_radius max in README (#365) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1b857a..50670e5b 100644 --- a/README.md +++ b/README.md @@ -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 ` + - `shadow_blur_radius ` - `shadow_color ex, #0000007F` - `shadow_offset ` - `shadow_inactive_color ex, #0000007F`