mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-18 12:03:00 +01:00
increase default config value for general:extend_border_grab_area
This commit is contained in:
parent
8a6e7009c8
commit
47ca0f4172
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["general:cursor_inactive_timeout"].intValue = 0;
|
||||
configValues["general:no_cursor_warps"].intValue = 0;
|
||||
configValues["general:resize_on_borders"].intValue = 0;
|
||||
configValues["general:extend_border_grab_area"].intValue = 5;
|
||||
configValues["general:extend_border_grab_area"].intValue = 15;
|
||||
|
||||
configValues["general:layout"].strValue = "dwindle";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue