From b0f9144bb7e6f83f32d40200b40a25b6b1b4fdf1 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Wed, 26 Jun 2024 14:01:58 -0400 Subject: [PATCH] hyprland: map tablet and touchdevices to eDP-1 --- homeManagerModules/desktop/hyprland/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 } }