Use the US international layout
This commit is contained in:
parent
d5c755be58
commit
0b8bd6f674
|
@ -59,10 +59,14 @@ output * bg ~/Photos/Wallpapers/The_parallel_microscopic_Universe_II.jpg 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.
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
input * xkb_layout "es"
|
input type:keyboard {
|
||||||
|
xkb_layout us
|
||||||
|
xkb_variant intl
|
||||||
|
xkb_options eurosign:e
|
||||||
|
}
|
||||||
|
|
||||||
# Touchpad settings
|
# Touchpad settings
|
||||||
input "2:7:SynPS/2_Synaptics_TouchPad" {
|
input type:touchpad {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
|
|
Loading…
Reference in New Issue