added workspace_swipe_numbered

This commit is contained in:
vaxerski
2022-12-25 15:42:11 +00:00
parent d87d2dac0b
commit cd08fa22fd
2 changed files with 80 additions and 54 deletions

View File

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