14 lines
279 B
Plaintext
14 lines
279 B
Plaintext
# Keyboard
|
|
input * xkb_layout "us,ru"
|
|
input * xkb_options "grp:alt_shift_toggle"
|
|
|
|
# Touchpad
|
|
input type:touchpad {
|
|
dwt enabled
|
|
tap enabled
|
|
middle_emulation enabled
|
|
}
|
|
|
|
# Wallpaper
|
|
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|