From a864e7b596d02ffa9385bee51ed3476ba66c5588 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Thu, 24 Dec 2020 01:10:19 -0800 Subject: [PATCH] Link to multigrid config from readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad5e9f3..0930735 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,17 @@ Cursor animates into position with a smear effect to improve tracking of cursor ### Animated Windows -Windows animate into position when they are moved making it easier to see how layout changes happen. +Windows animate into position when they are moved making it easier to see how layout changes happen. Note, multigrid must be enabled for +this to work. +https://github.com/Kethku/neovide/wiki/Configuration#multiGrid ![Animated Windows](./assets/AnimatedWindows.gif) ### Blurred Floating Windows The backgrounds of floating windows are blurred improving the visual separation between foreground and background from -built in window transparency. +built in window transparency. Note, multigrid must be enabled for this to work. +https://github.com/Kethku/neovide/wiki/Configuration#multiGrid ![Blurred Floating Windows](./assets/BlurredFloatingWindows.png)