fix: move deprecated sensitivity setting

This commit is contained in:
Youwen Wu 2024-08-21 16:31:33 -07:00
parent 365d08298c
commit eeb09b4a01
2 changed files with 4 additions and 2 deletions

View file

@ -204,7 +204,6 @@
"col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg"; "col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg";
layout = "dwindle"; layout = "dwindle";
resize_on_border = "true"; resize_on_border = "true";
sensitivity = "0.5";
}; };
misc = { misc = {
@ -230,6 +229,9 @@
special = true; special = true;
}; };
}; };
input = {
sensitivity = "0.5";
};
}; };
}; };

View file

@ -7,7 +7,7 @@
tap-to-click = false; tap-to-click = false;
scroll_factor = 0.5; scroll_factor = 0.5;
}; };
wayland.windowManager.hyprland.settings.general.sensitivity = lib.mkForce 1.0; wayland.windowManager.hyprland.settings.input.sensitivity = lib.mkForce 1.0;
wayland.windowManager.hyprland.settings.env = [ wayland.windowManager.hyprland.settings.env = [
"HYPRCURSOR_THEME,Bibata-Modern-Ice" "HYPRCURSOR_THEME,Bibata-Modern-Ice"
"HYPRCURSOR_SIZE,24" "HYPRCURSOR_SIZE,24"