mirror of
https://github.com/larstvei/nix-config.git
synced 2025-08-30 21:00:13 +00:00
Speed up held keys
This commit is contained in:
parent
92edcdc3c2
commit
1f10f09af8
@ -19,8 +19,10 @@
|
|||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_options = "altwin:swap_alt_win";
|
kb_options = "altwin:swap_alt_win";
|
||||||
natural_scroll = true;
|
|
||||||
scroll_factor = 0.4;
|
repeat_delay = 225;
|
||||||
|
repeat_rate = 50;
|
||||||
|
|
||||||
touchpad = {
|
touchpad = {
|
||||||
natural_scroll = true;
|
natural_scroll = true;
|
||||||
scroll_factor = 0.4;
|
scroll_factor = 0.4;
|
||||||
|
Loading…
Reference in New Issue
Block a user