hyprland: focus window under mouse on close
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
1bcd27d06e
commit
d6859a553a
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…
Add table
Reference in a new issue