From 719697179f6ddd79206e6ccf058a5e43f18ba346 Mon Sep 17 00:00:00 2001 From: Christian Meissl Date: Sat, 24 Feb 2024 18:32:13 +0100 Subject: input: add basic touch support --- resources/default-config.kdl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 36a9ca1d..35a04ca7 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -54,6 +54,13 @@ input { map-to-output "eDP-1" } + touch { + // Set the name of the output (see below) which touch input will map to. + // If this is unset or the output doesn't exist, touch input maps to one of the + // existing outputs. + map-to-output "eDP-1" + } + // By default, niri will take over the power button to make it sleep // instead of power off. // Uncomment this if you would like to configure the power button elsewhere -- cgit