added workspace swipe fingers

This commit is contained in:
vaxerski
2022-07-19 18:35:24 +02:00
parent 0026414f9b
commit 1ba600ca23
2 changed files with 3 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:touchpad:drag_lock"].intValue = 0;
configValues["gestures:workspace_swipe"].intValue = 0;
configValues["gestures:workspace_swipe_fingers"].intValue = 3;
configValues["gestures:workspace_swipe_distance"].intValue = 300;
configValues["gestures:workspace_swipe_invert"].intValue = 1;
configValues["gestures:workspace_swipe_min_speed_to_force"].intValue = 30;