fix: move natural scroll to touchpad
Some checks failed
/ test (push) Failing after 2s

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,8 +56,10 @@ mkIf osConfig.programs.hyprland.enable {
numlock_by_default = true;
kb_options = "compose:caps";
kb_layout = osConfig.console.keyMap;
touchpad = {
natural_scroll = true;
};
};
decoration = {
rounding = 10;