added binds:focus_preferred_method

This commit is contained in:
vaxerski
2023-01-26 14:36:22 +00:00
parent 06b17db227
commit 94b7b6b584
2 changed files with 45 additions and 29 deletions

View File

@@ -168,6 +168,7 @@ void CConfigManager::setDefaultVars() {
configValues["binds:scroll_event_delay"].intValue = 300;
configValues["binds:workspace_back_and_forth"].intValue = 0;
configValues["binds:allow_workspace_cycles"].intValue = 0;
configValues["binds:focus_preferred_method"].intValue = 0;
configValues["gestures:workspace_swipe"].intValue = 0;
configValues["gestures:workspace_swipe_fingers"].intValue = 3;