From d155f5cd6c1a8c6a6e2b7259a8b0cee3187941ac Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Mon, 18 Dec 2023 10:27:41 +0400 Subject: Add a config flag to disable an output --- resources/default-config.kdl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'resources/default-config.kdl') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 81655dc3..3e10b34b 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -43,6 +43,9 @@ input { // The built-in laptop monitor is usually called "eDP-1". // Remember to uncommend the node by removing "/-"! /-output "eDP-1" { + // Uncomment this line to disable this output. + // off + // Scale is a floating-point number, but at the moment only integer values work. scale 2.0 -- cgit