1
1
Fork 0

hyprland: switch to adaptive mouse sensitivity

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-27 13:32:38 -05:00
parent c7a56c45f2
commit ff22b55857
Signed by: myned
GPG key ID: C7224454F7881A34

View file

@ -185,7 +185,7 @@ in {
# https://wiki.hyprland.org/Configuring/Variables/#input # https://wiki.hyprland.org/Configuring/Variables/#input
input = { input = {
accel_profile = "flat"; accel_profile = "adaptive";
float_switch_override_focus = 0; # Disable float to tile hover focus float_switch_override_focus = 0; # Disable float to tile hover focus
focus_on_close = 1; # Focus window under mouse focus_on_close = 1; # Focus window under mouse
follow_mouse = 1; # Hover focus follow_mouse = 1; # Hover focus
@ -263,17 +263,17 @@ in {
{ {
name = "nordic-2.4g-wireless-receiver-mouse"; name = "nordic-2.4g-wireless-receiver-mouse";
sensitivity = -0.6; sensitivity = -1;
} }
{ {
name = "protoarc-em11-nl-mouse"; name = "protoarc-em11-nl-mouse";
sensitivity = -0.6; sensitivity = -1;
} }
{ {
name = "razer-razer-viper-ultimate-dongle"; name = "razer-razer-viper-ultimate-dongle";
sensitivity = 0; sensitivity = -0.7;
} }
{ {