keyboard: lower repeat delay and rate
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
f7f4f7c6d8
commit
44d6f8bb49
3 changed files with 6 additions and 6 deletions
|
@ -214,8 +214,8 @@ in {
|
|||
# https://github.com/hyprwm/Hyprland/issues/8057
|
||||
mouse_refocus = false; # Required to focus last window on close
|
||||
|
||||
repeat_delay = 300;
|
||||
repeat_rate = 40;
|
||||
repeat_delay = 250;
|
||||
repeat_rate = 30;
|
||||
sensitivity = 0.5;
|
||||
#// scroll_factor = 0.75;
|
||||
special_fallthrough = true; # Focus windows under special workspace
|
||||
|
|
|
@ -29,8 +29,8 @@ in {
|
|||
|
||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputkeyboardrepeat-delay
|
||||
keyboard = {
|
||||
repeat-delay = 300;
|
||||
repeat-rate = 40;
|
||||
repeat-delay = 250;
|
||||
repeat-rate = 30;
|
||||
};
|
||||
|
||||
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
||||
|
|
|
@ -20,8 +20,8 @@ in {
|
|||
input = {
|
||||
# Keyboard
|
||||
"type:keyboard" = {
|
||||
repeat_delay = "400";
|
||||
repeat_rate = "40";
|
||||
repeat_delay = "250";
|
||||
repeat_rate = "30";
|
||||
};
|
||||
|
||||
# Mouse
|
||||
|
|
Loading…
Add table
Reference in a new issue