diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-24 11:42:27 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-24 11:42:27 +0400 |
| commit | e5bd1113ba293bed1b80f04e8683d1aa847a5dc8 (patch) | |
| tree | b1f7333211cd8217c4026b874e4aa0429aea93a7 | |
| parent | 6f765db44e9b49b5b9297e0c69789d85dab7dd97 (diff) | |
| download | niri-e5bd1113ba293bed1b80f04e8683d1aa847a5dc8.tar.gz niri-e5bd1113ba293bed1b80f04e8683d1aa847a5dc8.tar.bz2 niri-e5bd1113ba293bed1b80f04e8683d1aa847a5dc8.zip | |
default-config: Make example use screen-capture blocking
| -rw-r--r-- | resources/default-config.kdl | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 0d22e0b2..7475a0be 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -414,7 +414,7 @@ animations { // 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, + // This setting will still let you use the interactive built-in screenshot UI, // 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" @@ -460,17 +460,16 @@ window-rule { default-column-width {} } -// Another example: block out two password managers from screencasts. +// Another example: block out two password managers from screen capture. // (This example rule is commented out with a "/-" in front.) /-window-rule { match app-id=r#"^org\.keepassxc\.KeePassXC$"# match app-id=r#"^org\.gnome\.World\.Secrets$"# - // Warning: will be visible on third-party screenshot tools. - block-out-from "screencast" + block-out-from "screen-capture" - // Use this instead to block out from all screen captures. - // block-out-from "screen-capture" + // Use this instead if you want them visible on third-party screenshot tools. + // block-out-from "screencast" } binds { |
