fix: move natural scroll to touchpad

This commit is contained in:
nydragon 2025-02-22 17:31:34 +01:00
parent 6e3b5d3321
commit eaf94d8277
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE

View file

@ -56,7 +56,9 @@ mkIf osConfig.programs.hyprland.enable {
numlock_by_default = true;
kb_options = "compose:caps";
kb_layout = osConfig.console.keyMap;
natural_scroll = true;
touchpad = {
natural_scroll = true;
};
};
decoration = {