SWAY: Configuration du touchpad du PC portable

vif
Olivier DOSSMANN 2021-07-21 10:33:39 +02:00
parent a2e6853a1c
commit 34caaae5fb
1 changed files with 8 additions and 1 deletions

View File

@ -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 # 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. # 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_layout "fr"
xkb_variant "oss" xkb_variant "oss"
xkb_options "grp:alt_space_toggle" xkb_options "grp:alt_space_toggle"