diff options
| author | Christian Meissl <meissl.christian@gmail.com> | 2024-02-24 18:32:13 +0100 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-02-28 13:19:41 +0400 |
| commit | 719697179f6ddd79206e6ccf058a5e43f18ba346 (patch) | |
| tree | e316e65487350f12ef76f9741dc9abdaddfb0139 /resources | |
| parent | 5ac350d51c0f16be3e40355bcb25cf23d34cc662 (diff) | |
| download | niri-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.kdl | 7 |
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 |
