aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorChristian Meissl <meissl.christian@gmail.com>2024-02-24 18:32:13 +0100
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-28 13:19:41 +0400
commit719697179f6ddd79206e6ccf058a5e43f18ba346 (patch)
treee316e65487350f12ef76f9741dc9abdaddfb0139 /resources
parent5ac350d51c0f16be3e40355bcb25cf23d34cc662 (diff)
downloadniri-719697179f6ddd79206e6ccf058a5e43f18ba346.tar.gz
niri-719697179f6ddd79206e6ccf058a5e43f18ba346.tar.bz2
niri-719697179f6ddd79206e6ccf058a5e43f18ba346.zip
input: add basic touch support
Diffstat (limited to 'resources')
-rw-r--r--resources/default-config.kdl7
1 files changed, 7 insertions, 0 deletions
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