input: add basic touch support

This commit is contained in:
Christian Meissl
2024-02-24 18:32:13 +01:00
committed by Ivan Molodetskikh
parent 5ac350d51c
commit 719697179f
4 changed files with 168 additions and 6 deletions
+7
View File
@@ -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