diff options
author | William McKinnon <[email protected]> | 2023-05-22 23:13:00 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-05-22 23:13:00 -0400 |
commit | a41eaa8d8318ee34f16436c4ddbdba89f5408acb (patch) | |
tree | 352df04297957a8531053f2830e022c4668e815d | |
parent | 60e24c9cf4c9c729513c8103326e51c983414118 (diff) |
added blur-xray explanation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ Sway is an incredible window manager, and certainly one of the most well establi - `shadow_color <hex color with alpha> ex, #0000007F` + Window blur: - `blur enable|disable` - - `blur_xray 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 <integer value 0 - 10>` - `blur_radius <integer value 0 - 10>` + LayerShell effects (to blur panels / notifications etc) : |