16 lines
234 B
Plaintext
16 lines
234 B
Plaintext
|
# Keyboard
|
||
|
input type:keyboard {
|
||
|
repeat_rate 0
|
||
|
xkb_layout "us,ru"
|
||
|
xkb_options "grp:alt_shift_toggle"
|
||
|
}
|
||
|
|
||
|
# Touchpad
|
||
|
input type:touchpad {
|
||
|
dwt enabled
|
||
|
tap enabled
|
||
|
middle_emulation enabled
|
||
|
|
||
|
events disabled
|
||
|
}
|