17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
# -----------------------------------------------------
|
|
# Keyboard layout and mouse
|
|
# -----------------------------------------------------
|
|
|
|
input {
|
|
kb_layout = $keyboardlayout
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
follow_mouse = 1
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|