diff --git a/pages/Configuring/Variables.md b/pages/Configuring/Variables.md index a10fc4e7..13eac1c1 100644 --- a/pages/Configuring/Variables.md +++ b/pages/Configuring/Variables.md @@ -421,8 +421,6 @@ _Subcategory `misc:`_ | swallow_exception_regex | The _title_ regex to be used for windows that should _not_ be swallowed by the windows specified in swallow_regex (e.g. wev). The regex is matched against the parent (e.g. Kitty) window's title on the assumption that it changes to whatever process it's running. | str | \[\[Empty\]\] | | focus_on_activate | Whether Hyprland should focus an app that requests to be focused (an `activate` request) | bool | false | | mouse_move_focuses_monitor | Whether mouse moving into a different monitor should focus it | bool | true | -| 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 | | background_color | change the background color. (requires enabled `disable_hyprland_logo`) | color | 0x111111 | | close_special_on_empty | close the special workspace if the last window is removed | bool | true |