hyprland: switch to adaptive mouse sensitivity
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
c7a56c45f2
commit
ff22b55857
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue