mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-05 14:42:01 -07:00
config: disable borderangle by default (#9165)
This commit is contained in:
committed by
GitHub
parent
065e89648b
commit
107723bdf4
@@ -882,6 +882,7 @@ void CConfigManager::setDefaultAnimationVars() {
|
||||
// init the root nodes
|
||||
m_AnimationTree.setConfigForNode("global", 1, 8.f, "", "default");
|
||||
m_AnimationTree.setConfigForNode("__internal_fadeCTM", 1, 5.f, "", "linear");
|
||||
m_AnimationTree.setConfigForNode("borderangle", 0, 0.f, "", "default");
|
||||
}
|
||||
|
||||
std::optional<std::string> CConfigManager::resetHLConfig() {
|
||||
|
Reference in New Issue
Block a user