hyprland: reduce repeat delay
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
50523aa0b9
commit
2a50437892
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ in
|
||||||
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;
|
mouse_refocus = false;
|
||||||
repeat_delay = 400;
|
repeat_delay = 300;
|
||||||
repeat_rate = 40;
|
repeat_rate = 40;
|
||||||
sensitivity = 0.5;
|
sensitivity = 0.5;
|
||||||
#// scroll_factor = 0.75;
|
#// scroll_factor = 0.75;
|
||||||
|
|
Loading…
Reference in a new issue