hyprland: focus window under mouse on close
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
7dae76f489
commit
50523aa0b9
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue