17 lines
316 B
Plaintext
17 lines
316 B
Plaintext
|
# Window border
|
||
|
default_border none
|
||
|
|
||
|
# 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
|