SWAY: Configuration du touchpad du PC portable
This commit is contained in:
parent
a2e6853a1c
commit
34caaae5fb
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user