|
|
@ -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" |
|
|
|