added workspace swipe fingers
This commit is contained in:
parent
0026414f9b
commit
1ba600ca23
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue