commit | caf131b23d943e1280445bbe541e3d1735bb5978 | [log] [tgz] |
---|---|---|
author | PineaFan <ash@pinea.dev> | Fri Oct 04 20:15:31 2024 +0100 |
committer | PineaFan <pineafan@clicks.codes> | Fri Oct 04 19:30:43 2024 +0000 |
tree | c7ec72737f3fcc27912dfc92f5447d16972e8ea9 | |
parent | fdc8c27a3b15cc9316ace7f5b463afcc739309ae [diff] [blame] |
Wayland touchpad options + Pinea config Change-Id: I74994cf455b7dbd79a08ba41fa6a0922bbfaf670 Author: PineaFan <pineafan@clicks.codes> Change-Id: I8c893e504671c6894d095b12f522c59d34656307 Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/845 Reviewed-by: Samuel Shuert <coded@clicks.codes> Tested-by: PineaFan <pineafan@clicks.codes>
diff --git a/modules/home/wayland/hyprland/default.nix b/modules/home/wayland/hyprland/default.nix index f8a96cc..5dee95f 100644 --- a/modules/home/wayland/hyprland/default.nix +++ b/modules/home/wayland/hyprland/default.nix
@@ -149,11 +149,20 @@ numlock_by_default = true; + sensitivity = config.chimera.input.mouse.sensitivity; + touchpad = { natural_scroll = config.chimera.input.touchpad.scrolling.natural; + scroll_factor = config.chimera.input.touchpad.scrolling.factor; + clickfinger_behavior = true; + tap-to-click = config.chimera.input.touchpad.tapToClick; }; }; + gestures = lib.mkIf config.chimera.input.touchpad.enable { + workspace_swipe = true; + }; + xwayland = { force_zero_scaling = true; };