mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: move deprecated sensitivity setting
This commit is contained in:
parent
365d08298c
commit
eeb09b4a01
2 changed files with 4 additions and 2 deletions
|
@ -204,7 +204,6 @@
|
|||
"col.inactive_border" = "rgba(b4befecc) rgba(6c7086cc) 45deg";
|
||||
layout = "dwindle";
|
||||
resize_on_border = "true";
|
||||
sensitivity = "0.5";
|
||||
};
|
||||
|
||||
misc = {
|
||||
|
@ -230,6 +229,9 @@
|
|||
special = true;
|
||||
};
|
||||
};
|
||||
input = {
|
||||
sensitivity = "0.5";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
tap-to-click = false;
|
||||
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 = [
|
||||
"HYPRCURSOR_THEME,Bibata-Modern-Ice"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
|
|
Loading…
Reference in a new issue