From 439691de9a9eb9b87268b7b090b3a2b5c0e9e920 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Sun, 27 Nov 2022 21:57:10 +0000 Subject: [PATCH] Config touchpad --- states/sway/files/config.jinja | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 1a12d9d..a60e6eb 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -96,6 +96,13 @@ timeout 300 "{{lockcmd}}" \ # 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. # This keyboard has this layout on all machines: +input 1267:12356:ELAN1200:00_04F3:3044_Touchpad { + tap enabled + dwt enabled + natural_scroll enabled + tap_button_map lrm +} + input 1241:36:HOLDCHIP_USB_Keyboard { xkb_layout us xkb_variant colemak -- 2.45.2