From 412ce52e0d1a286edd031cbb89710e188906e700 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 13 Oct 2024 15:07:51 -0400 Subject: [PATCH] pacifidlog/hyprland: map touch to screen transformation --- hosts/pacifidlog/home.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hosts/pacifidlog/home.nix b/hosts/pacifidlog/home.nix index e4bc4109..aca404f1 100644 --- a/hosts/pacifidlog/home.nix +++ b/hosts/pacifidlog/home.nix @@ -2,10 +2,9 @@ home-manager = { sharedModules = [ { - wayland.windowManager.sway.config.output = { - "eDP-1" = { - adaptive_sync = "on"; - scale = "2.0"; + wayland.windowManager = { + hyprland.settings = { + input.touchdevice.output = "eDP-1"; }; };