From 34caaae5fb21086cee12bd2e6bc9cb8b84ea9e3e Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Wed, 21 Jul 2021 10:33:39 +0200 Subject: [PATCH] SWAY: Configuration du touchpad du PC portable --- .config/sway/config | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index cdb2814..1ebb672 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -58,7 +58,14 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # 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 * { +input type:touchpad { + dwt enabled + tap enabled + natural_scroll enabled + middle_emulation enabled +} + +input type:keyboard { xkb_layout "fr" xkb_variant "oss" xkb_options "grp:alt_space_toggle"