From 8e6667ddadb4646e7d43ad5a004c77458ef88fcb Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Tue, 23 May 2023 22:21:40 -0400 Subject: Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5fdf2c66..ff227bd5 100644 --- a/README.md +++ b/README.md @@ -19,21 +19,21 @@ Sway is an incredible window manager, and certainly one of the most well establi ## New Configuration Options ++ Window blur: + - `blur enable|disable` + - `blur_xray enable|disable`: this will set floating windows to blur based on the background, not the windows below. You probably want to set this to `disable` :) + - `blur_passes ` + - `blur_radius ` + Corner radius: `corner_radius ` -+ Smart corner radius: `smart_corner_radius enable|disable` + Window shadows: - `shadows enable|disable` - `shadows_on_csd enable|disable` (**Note**: The shadow might not fit some windows) - `shadow_blur_radius ` - `shadow_color ex, #0000007F` -+ Window blur: - - `blur enable|disable` - - `blur_xray enable|disable`: this will set floating windows to blur based on the background, not the windows below. You probably want to set this to `disable` :) - - `blur_passes ` - - `blur_radius ` + LayerShell effects (to blur panels / notifications etc) : - `layer_effects ` - Example: `layer_effects "waybar" blur enable; shadows enable; corner_radius 6` + - Note: If an application uses gtk, its namespace is likely to be "gtk-layer-shell" - SwayIPC Example: `swaymsg "layer_effects 'waybar' 'blur enable; shadows enable; corner_radius 6'"` - Available Effects: - `blur ` -- cgit v1.2.3