mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 12:26:00 +01:00
default pass_mouse_when_bound to 0
This commit is contained in:
parent
d3ffccd45f
commit
75aaf11a9c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue