1
1
Fork 0

hyprland: disable hover focus on close

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-26 12:14:51 -05:00
parent 300e3f37f2
commit 806ebbcbd7
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -187,7 +187,7 @@ in {
input = { input = {
accel_profile = "flat"; accel_profile = "flat";
float_switch_override_focus = 0; # Disable float to tile hover focus float_switch_override_focus = 0; # Disable float to tile hover focus
#// focus_on_close = 1; # Focus window under mouse focus_on_close = 1; # Focus window under mouse
follow_mouse = 1; # Hover focus follow_mouse = 1; # Hover focus
mouse_refocus = false; # Required to focus last window on close mouse_refocus = false; # Required to focus last window on close
repeat_delay = 300; repeat_delay = 300;