diff options
author | Vaxry <[email protected]> | 2024-03-18 22:15:02 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-08 15:45:27 +0100 |
commit | 2f19e5be0f0250dc1a4540c832769119d57cb092 (patch) | |
tree | a5e7c06f7bedf3859a5837d0afff264ea6db6562 /src/config | |
parent | a8dc0d38245d5f2b30d6c2f8e581af1a48094807 (diff) | |
download | Hyprland-2f19e5be0f0250dc1a4540c832769119d57cb092.tar.gz Hyprland-2f19e5be0f0250dc1a4540c832769119d57cb092.zip |
work
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/ConfigManager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index 2eafc892..1b662dd5 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -340,8 +340,6 @@ CConfigManager::CConfigManager() { m_pConfig->addConfigValue("misc:no_direct_scanout", Hyprlang::INT{1}); m_pConfig->addConfigValue("misc:hide_cursor_on_touch", Hyprlang::INT{1}); m_pConfig->addConfigValue("misc:mouse_move_focuses_monitor", Hyprlang::INT{1}); - m_pConfig->addConfigValue("misc:render_ahead_of_time", Hyprlang::INT{0}); - m_pConfig->addConfigValue("misc:render_ahead_safezone", Hyprlang::INT{1}); m_pConfig->addConfigValue("misc:cursor_zoom_factor", {1.f}); m_pConfig->addConfigValue("misc:cursor_zoom_rigid", Hyprlang::INT{0}); m_pConfig->addConfigValue("misc:allow_session_lock_restore", Hyprlang::INT{0}); |