From 11451465ad1b170c453242121a6ff18ec813027a Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Fri, 2 Jun 2023 18:58:16 -0400 Subject: [PATCH] added layer namespace information --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9556f92a..a1646e7b 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ Sway is an incredible window manager, and certainly one of the most well establi - `shadows_on_csd enable|disable` (**Note**: The shadow might not fit some windows) - `shadow_blur_radius ` - `shadow_color ex, #0000007F` -+ LayerShell effects (to blur panels / notifications etc) : ++ LayerShell effects (to blur panels / notifications etc): - `layer_effects ` + - The current layer namespaces can be shown with `swaymsg -r -t get_outputs | jq '.[0].layer_shell_surfaces | .[] | .namespace'` - 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'"`