From 6751e9e6eebb93c34e117e07e9602c1c450b7f36 Mon Sep 17 00:00:00 2001 From: aljustiet <114720383+aljustiet@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:56:43 +0500 Subject: [PATCH] Removed the suppress_portal_warnings variable, since it's not in the codebase anymore. (#732) --- pages/Configuring/Variables.md | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index cbed6b45..c7613e1a 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -369,7 +369,6 @@ _Subcategory `group:groupbar:`_ | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | false | | 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). It is also recommended to set this to true if the fullscreen application shows graphical glitches. | bool | true | | mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true | -| suppress_portal_warnings | disables warnings about incompatible portal implementations. | bool | false | | render_ahead_of_time | [Warning: buggy] starts rendering _before_ your monitor displays a frame in order to lower latency | bool | false | | render_ahead_safezone | how many ms of safezone to add to rendering ahead of time. Recommended 1-2. | int | 1 | | allow_session_lock_restore | if true, will allow you to restart a lockscreen app in case it crashes (red screen of death) | bool | false |