config: remove render_ahead* config options
remove render_ahead* config options and descriptions. they are unusued.
This commit is contained in:
parent
523eed048e
commit
e589adb00d
2 changed files with 0 additions and 14 deletions
|
|
@ -483,8 +483,6 @@ CConfigManager::CConfigManager() {
|
|||
registerConfigVar("misc:swallow_exception_regex", {STRVAL_EMPTY});
|
||||
registerConfigVar("misc:focus_on_activate", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:mouse_move_focuses_monitor", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:render_ahead_of_time", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:render_ahead_safezone", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:allow_session_lock_restore", Hyprlang::INT{0});
|
||||
registerConfigVar("misc:close_special_on_empty", Hyprlang::INT{1});
|
||||
registerConfigVar("misc:background_color", Hyprlang::INT{0xff111111});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue