17 lines
326 B
Text
17 lines
326 B
Text
input {
|
|
# Keyboard
|
|
kb_layout = fr
|
|
kb_variant = latin9
|
|
numlock_by_default = true
|
|
|
|
# Mouse
|
|
sensitivity = -0.55 # -1.0 - 1.0, 0 means no modification.
|
|
follow_mouse = 2
|
|
float_switch_override_focus = 0
|
|
|
|
# Touchpad
|
|
touchpad {
|
|
disable_while_typing = false
|
|
natural_scroll = yes
|
|
}
|
|
}
|