From 92f9edf8f436902851875042a07908d1efcd1050 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Mar 2024 06:49:11 +0300 Subject: [PATCH] Sway : Configure pointer inputs. --- module/sway/module/00-Input | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/module/sway/module/00-Input b/module/sway/module/00-Input index 18c0ef5..59bdf9c 100644 --- a/module/sway/module/00-Input +++ b/module/sway/module/00-Input @@ -11,3 +11,12 @@ # # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. + +input type:pointer { + accel_profile flat + pointer_accel 0 + dwt enabled + tap enabled + natural_scroll enabled + middle_emulation enabled +}