diff --git a/homeManagerModules/desktop/hyprland/default.nix b/homeManagerModules/desktop/hyprland/default.nix index 8d1f9f2e..5b77a767 100644 --- a/homeManagerModules/desktop/hyprland/default.nix +++ b/homeManagerModules/desktop/hyprland/default.nix @@ -233,11 +233,17 @@ kb_variant = altgr-intl follow_mouse = 1 sensitivity = 0 # -1.0 to 1.0, 0 means no modification. + tablet { + output = eDP-1 + } + touchdevice { + output = eDP-1 + } touchpad { clickfinger_behavior = true drag_lock = true middle_button_emulation = true - natural_scroll = yes + natural_scroll = true tap-to-click = true } }