default pass_mouse_when_bound to 0

This commit is contained in:
Vaxry 2022-09-22 16:33:45 +01:00
parent d3ffccd45f
commit 75aaf11a9c
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:touchpad:tap-to-click"].intValue = 1;
configValues["input:touchpad:drag_lock"].intValue = 0;
configValues["binds:pass_mouse_when_bound"].intValue = 1;
configValues["binds:pass_mouse_when_bound"].intValue = 0;
configValues["binds:scroll_event_delay"].intValue = 300;
configValues["binds:workspace_back_and_forth"].intValue = 0;
configValues["binds:allow_workspace_cycles"].intValue = 0;