diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-26 19:53:58 +0400 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-03-26 19:53:58 +0400 |
| commit | 3c84de52156c8e91cafcf64b82bf5f1dda6ce0a6 (patch) | |
| tree | ff00f5f1d2c89d65d6cc6af81d3c5049f4e4f1bc /resources | |
| parent | cd555bbad7bbfc053e41f662ae9593b2cc88cec0 (diff) | |
| download | niri-3c84de52156c8e91cafcf64b82bf5f1dda6ce0a6.tar.gz niri-3c84de52156c8e91cafcf64b82bf5f1dda6ce0a6.tar.bz2 niri-3c84de52156c8e91cafcf64b82bf5f1dda6ce0a6.zip | |
wiki: Document debug options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 79eaef12..a996da9f 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -480,41 +480,3 @@ binds { // is working. // Mod+Shift+Ctrl+T { toggle-debug-tint; } } - -// Settings for debugging. Not meant for normal use. -// These can change or stop working at any point with little notice. -debug { - // Render the monitors as if for a screencast or a screen capture. - // Useful for previewing the block-out-from window rule. - // preview-render "screencast" - // preview-render "screen-capture" - - // Make niri take over its DBus services even if it's not running as a session. - // Useful for testing screen recording changes without having to relogin. - // The main niri instance will *not* currently take back the services; so you will - // need to relogin in the end. - // dbus-interfaces-in-non-session-instances - - // Wait until every frame is done rendering before handing it over to DRM. - // wait-for-frame-completion-before-queueing - - // Enable direct scanout into overlay planes. - // May cause frame drops during some animations on some hardware. - // enable-overlay-planes - - // Disable the use of the cursor plane. - // The cursor will be rendered together with the rest of the frame. - // disable-cursor-plane - - // 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 - - // Emulate zero (unknown) presentation time returned from DRM. - // This is a thing on NVIDIA proprietary drivers, so this flag can be - // used to test that we don't break too hard on those systems. - // emulate-zero-presentation-time -} |
