mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-06 15:11:57 -07:00
config: remove render_ahead* config options
remove render_ahead* config options and descriptions. they are unusued.
This commit is contained in:
@@ -1212,18 +1212,6 @@ inline static const std::vector<SConfigOptionDescription> CONFIG_OPTIONS = {
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{true},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "misc:render_ahead_of_time",
|
||||
.description = "[Warning: buggy] starts rendering before your monitor displays a frame in order to lower latency",
|
||||
.type = CONFIG_OPTION_BOOL,
|
||||
.data = SConfigOptionDescription::SBoolData{false},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "misc:render_ahead_safezone",
|
||||
.description = "how many ms of safezone to add to rendering ahead of time. Recommended 1-2.",
|
||||
.type = CONFIG_OPTION_INT,
|
||||
.data = SConfigOptionDescription::SRangeData{1, 1, 10},
|
||||
},
|
||||
SConfigOptionDescription{
|
||||
.value = "misc:allow_session_lock_restore",
|
||||
.description = "if true, will allow you to restart a lockscreen app in case it crashes (red screen of death)",
|
||||
|
Reference in New Issue
Block a user