19 lines
328 B
Plaintext
19 lines
328 B
Plaintext
|
# Window border
|
||
|
default_border none
|
||
|
|
||
|
# Keyboard
|
||
|
input type:keyboard {
|
||
|
xkb_layout "us,ru"
|
||
|
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
|