summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0941944e..01a777da 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,10 @@ Sway is an incredible window manager, and certainly one of the most well establi
- `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>`
+ - `blur_noise <float value 0 - 1>` (**Note**: git only, percentage of noise to add)
+ - `blur_brightness <float value 0 - 2>` (**Note**: git only, percentage of original brightness to adjust)
+ - `blur_contrast <float value 0 - 2>` (**Note**: git only, percentage of original contrast to adjust)
+ - `blur_saturation <float value 0 - 2>` (**Note**: git only, percentage of original saturation to adjust)
+ Corner radius: `corner_radius <val>`
+ Window shadows:
- `shadows enable|disable`