18 lines
322 B
Text
18 lines
322 B
Text
|
input {
|
||
|
# Keyboard
|
||
|
kb_layout = fr
|
||
|
kb_variant = latin9
|
||
|
numlock_by_default = true
|
||
|
|
||
|
# Mouse
|
||
|
sensitivity = 0 # -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
|
||
|
}
|
||
|
}
|