Compare commits
No commits in common. "ac323e1ad7dd363ae379030d6da3fc59b001f4c8" and "f7f4f7c6d8440ab13b53485b02e1bff44d552c8d" have entirely different histories.
ac323e1ad7
...
f7f4f7c6d8
3 changed files with 7 additions and 7 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 = 250;
|
||||
repeat_rate = 30;
|
||||
repeat_delay = 300;
|
||||
repeat_rate = 40;
|
||||
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 = 250;
|
||||
repeat-rate = 30;
|
||||
repeat-delay = 300;
|
||||
repeat-rate = 40;
|
||||
};
|
||||
|
||||
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
||||
|
@ -38,7 +38,7 @@ in {
|
|||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputmouseaccel-profile
|
||||
mouse = {
|
||||
accel-profile = "adaptive";
|
||||
accel-speed = -0.5;
|
||||
accel-speed = -0.2;
|
||||
};
|
||||
|
||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
||||
|
|
|
@ -20,8 +20,8 @@ in {
|
|||
input = {
|
||||
# Keyboard
|
||||
"type:keyboard" = {
|
||||
repeat_delay = "250";
|
||||
repeat_rate = "30";
|
||||
repeat_delay = "400";
|
||||
repeat_rate = "40";
|
||||
};
|
||||
|
||||
# Mouse
|
||||
|
|
Loading…
Add table
Reference in a new issue