fixup! Hyprland: reduce mouse sensitivity
This commit is contained in:
parent
0cd68f9d72
commit
4df3a3c2c4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ in
|
||||||
numlock_by_default = true;
|
numlock_by_default = true;
|
||||||
follow_mouse = 2;
|
follow_mouse = 2;
|
||||||
touchpad.natural_scroll = true;
|
touchpad.natural_scroll = true;
|
||||||
sensitivity = -0.5;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
exec = (lib.lists.optionals (hostName == "thor") [
|
exec = (lib.lists.optionals (hostName == "thor") [
|
||||||
|
|
@ -83,6 +82,7 @@ in
|
||||||
{ name = "at-translated-set-2-keyboard"; enabled = "$LAPTOP_KEYBOARD_ENABLED"; }
|
{ name = "at-translated-set-2-keyboard"; enabled = "$LAPTOP_KEYBOARD_ENABLED"; }
|
||||||
{ name = "keychron-k1-max-keyboard"; kb_layout = "us"; }
|
{ name = "keychron-k1-max-keyboard"; kb_layout = "us"; }
|
||||||
{ name = "keychron-k1-max-keyboard-2"; kb_layout = "us"; }
|
{ name = "keychron-k1-max-keyboard-2"; kb_layout = "us"; }
|
||||||
|
{ name = "lenovo-pro-bluetooth-mouse"; sensitivity = -0.5; }
|
||||||
];
|
];
|
||||||
|
|
||||||
general = {
|
general = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue