Compare commits
2 commits
f7f4f7c6d8
...
ac323e1ad7
Author | SHA1 | Date | |
---|---|---|---|
ac323e1ad7 | |||
44d6f8bb49 |
3 changed files with 7 additions and 7 deletions
|
@ -214,8 +214,8 @@ in {
|
||||||
# https://github.com/hyprwm/Hyprland/issues/8057
|
# https://github.com/hyprwm/Hyprland/issues/8057
|
||||||
mouse_refocus = false; # Required to focus last window on close
|
mouse_refocus = false; # Required to focus last window on close
|
||||||
|
|
||||||
repeat_delay = 300;
|
repeat_delay = 250;
|
||||||
repeat_rate = 40;
|
repeat_rate = 30;
|
||||||
sensitivity = 0.5;
|
sensitivity = 0.5;
|
||||||
#// scroll_factor = 0.75;
|
#// scroll_factor = 0.75;
|
||||||
special_fallthrough = true; # Focus windows under special workspace
|
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
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputkeyboardrepeat-delay
|
||||||
keyboard = {
|
keyboard = {
|
||||||
repeat-delay = 300;
|
repeat-delay = 250;
|
||||||
repeat-rate = 40;
|
repeat-rate = 30;
|
||||||
};
|
};
|
||||||
|
|
||||||
# BUG: Applies to trackball device, switch to "flat" when per-device configuration is supported
|
# 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
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputmouseaccel-profile
|
||||||
mouse = {
|
mouse = {
|
||||||
accel-profile = "adaptive";
|
accel-profile = "adaptive";
|
||||||
accel-speed = -0.2;
|
accel-speed = -0.5;
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
# https://github.com/sodiboo/niri-flake/blob/main/docs.md#programsnirisettingsinputtouchpadaccel-profile
|
||||||
|
|
|
@ -20,8 +20,8 @@ in {
|
||||||
input = {
|
input = {
|
||||||
# Keyboard
|
# Keyboard
|
||||||
"type:keyboard" = {
|
"type:keyboard" = {
|
||||||
repeat_delay = "400";
|
repeat_delay = "250";
|
||||||
repeat_rate = "40";
|
repeat_rate = "30";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Mouse
|
# Mouse
|
||||||
|
|
Loading…
Add table
Reference in a new issue