hyprland: revert mouse refocus
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
528ebb5605
commit
6956361274
1 changed files with 5 additions and 1 deletions
|
@ -209,7 +209,11 @@ in {
|
|||
float_switch_override_focus = 0; # Disable float to tile hover focus
|
||||
#// focus_on_close = 1; # Focus window under mouse
|
||||
follow_mouse = 1; # Hover focus
|
||||
#// mouse_refocus = false; # Required to focus last window on close
|
||||
|
||||
# BUG: Refocusing causes multiple issues related to mouse cursor
|
||||
# https://github.com/hyprwm/Hyprland/issues/8057
|
||||
mouse_refocus = false; # Required to focus last window on close
|
||||
|
||||
repeat_delay = 300;
|
||||
repeat_rate = 40;
|
||||
sensitivity = 0.5;
|
||||
|
|
Loading…
Reference in a new issue