From 8c00e1f12022a055322979eff9039f20a081ba8d Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 7 May 2024 14:59:54 +0200 Subject: [PATCH] Fix middle button emulation --- modules/home/de/hyprland/config.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/home/de/hyprland/config.nix b/modules/home/de/hyprland/config.nix index cdac053..ce66672 100644 --- a/modules/home/de/hyprland/config.nix +++ b/modules/home/de/hyprland/config.nix @@ -17,14 +17,12 @@ accel_profile = "flat"; }; - input.touchpad = { - disable_while_typing = true; - natural_scroll = true; - middle_button_emulation = true; - }; device = { name = "dell0b9f:00-27c6:0d43-touchpad"; accel_profile = "adaptive"; + disable_while_typing = true; + natural_scroll = true; + middle_button_emulation = true; }; general = {