From 6f765db44e9b49b5b9297e0c69789d85dab7dd97 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Sun, 24 Mar 2024 11:37:07 +0400 Subject: default-config: Clarify interactivity in block-out-from "screen-capture" --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 728baa53..0d22e0b2 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -413,6 +413,10 @@ animations { // You can also block out the window out of all screen captures, including // third-party screenshot tools. This way you avoid accidentally showing // the window on a screencast when opening a third-party screenshot preview. + // + // This setting will let you use the interactive build-in screenshot UI as normal, + // but it will block out the window from the fully automatic screenshot actions, + // such as screenshot-screen and screenshot-window. block-out-from "screen-capture" // You can amend the window's minimum and maximum size in logical pixels. -- cgit