added workspace_swipe_forever

This commit is contained in:
vaxerski 2022-11-03 13:34:06 +00:00
parent f978368a4e
commit d0e47d9fe0
3 changed files with 16 additions and 0 deletions

View file

@ -161,6 +161,7 @@ void CConfigManager::setDefaultVars() {
configValues["gestures:workspace_swipe_min_speed_to_force"].intValue = 30;
configValues["gestures:workspace_swipe_cancel_ratio"].floatValue = 0.5f;
configValues["gestures:workspace_swipe_create_new"].intValue = 1;
configValues["gestures:workspace_swipe_forever"].intValue = 0;
configValues["input:follow_mouse"].intValue = 1;