mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 20:45:59 +01:00
enable layers_hog_keyboard_focus by default
This commit is contained in:
parent
b3c5809986
commit
e5ab9643be
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ void CConfigManager::setDefaultVars() {
|
|||
configValues["misc:damage_entire_on_snapshot"].intValue = 0;
|
||||
configValues["misc:mouse_move_enables_dpms"].intValue = 0;
|
||||
configValues["misc:always_follow_on_dnd"].intValue = 1;
|
||||
configValues["misc:layers_hog_keyboard_focus"].intValue = 0;
|
||||
configValues["misc:layers_hog_keyboard_focus"].intValue = 1;
|
||||
|
||||
configValues["debug:int"].intValue = 0;
|
||||
configValues["debug:log_damage"].intValue = 0;
|
||||
|
|
Loading…
Reference in a new issue