1
1
Fork 0

hyprland: focus window under mouse on close

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-09-11 18:19:51 -05:00
parent 7dae76f489
commit 50523aa0b9
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -178,6 +178,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
follow_mouse = 1; # Hover focus follow_mouse = 1; # Hover focus
mouse_refocus = false; mouse_refocus = false;
repeat_delay = 400; repeat_delay = 400;