aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-17 07:23:43 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-17 07:23:43 +0400
commit31c13b6a696d62596e9c5f14167ddeda097cd93d (patch)
tree1d6ef7b73cadfc0a2fc4921c50e7b10a68ec1d5b /resources
parentbaaac2f3c46c4322fb2b740aa869dc48047c30f3 (diff)
downloadniri-31c13b6a696d62596e9c5f14167ddeda097cd93d.tar.gz
niri-31c13b6a696d62596e9c5f14167ddeda097cd93d.tar.bz2
niri-31c13b6a696d62596e9c5f14167ddeda097cd93d.zip
default-config: Document enable-color-transformations-capability debug flag
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl4
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl
index 7ea25e4c..5d5c7c5d 100644
--- a/resources/default-config.kdl
+++ b/resources/default-config.kdl
@@ -493,4 +493,8 @@ debug {
// Override the DRM device that niri will use for all rendering.
// render-drm-device "/dev/dri/renderD129"
+
+ // Enable the color-transformations capability of the Smithay renderer.
+ // May cause a slight decrease in rendering performance.
+ // enable-color-transformations-capability
}