added binds:focus_preferred_method
This commit is contained in:
parent
06b17db227
commit
94b7b6b584
2 changed files with 45 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue