Skip to content

Commit

Permalink
Removed the suppress_portal_warnings variable, since it's not in the …
Browse files Browse the repository at this point in the history
…codebase anymore. (#732)
  • Loading branch information
aljustiet committed Aug 1, 2024
1 parent 39fadf4 commit 6751e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/Configuring/Variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 6751e9e

Please sign in to comment.