added swipe create new

This commit is contained in:
vaxerski
2022-10-20 14:54:32 +01:00
parent 1b349f79ac
commit 6d66dde208
2 changed files with 31 additions and 10 deletions

View File

@@ -161,6 +161,7 @@ void CConfigManager::setDefaultVars() {
configValues["gestures:workspace_swipe_invert"].intValue = 1;
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["input:follow_mouse"].intValue = 1;