From 9fb2d0423f6ce43e740acc93d4f8f16db0eeef6c Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 6 Nov 2022 14:12:52 +0000 Subject: [PATCH] added toggle for drm scanout flags --- pages/Configuring/Variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index cb8d746..c640ef2 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -227,6 +227,7 @@ Described [here](../Keywords#per-device-input-configs). | swallow_regex | The *class* regex to be used for windows that should be swallowed (usually, a terminal) | str | \[EMPTY\] | | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | true | | no_direct_scanout | Disables direct scanout. Direct scanout attempts to reduce lag when there is only one fullscreen application on a screen (e.g. game) | bool | false | +| enable_drm_scanout_flags | Enables additional DRM flag setting for direct scanout. May cause issues with some apps that do not support it. | bool | false | # Binds