diff --git a/modules/home/de/hyprland/settings.nix b/modules/home/de/hyprland/settings.nix index 7b07398..4c60a8e 100644 --- a/modules/home/de/hyprland/settings.nix +++ b/modules/home/de/hyprland/settings.nix @@ -6,6 +6,12 @@ kb_layout = "de"; kb_variant = "nodeadkeys"; accel_profile = "flat"; + + touchpad = { + disable_while_typing = true; + natural_scroll = true; + middle_button_emulation = true; + }; }; device = [ @@ -16,9 +22,10 @@ { name = "dell0b9f:00-27c6:0d43-touchpad"; accel_profile = "adaptive"; - disable_while_typing = true; - natural_scroll = true; - middle_button_emulation = true; + } + { + name = "pixa3854:00-093a:0274-touchpad"; + accel_profile = "adaptive"; } ];