forked from ahurac/dotfiles
19 lines
290 B
Text
19 lines
290 B
Text
|
# Input
|
||
|
input {
|
||
|
# Keyboard
|
||
|
kb_layout = fr
|
||
|
numlock_by_default = true
|
||
|
repeat_rate = 75
|
||
|
repeat_delay = 300
|
||
|
|
||
|
# Mouse
|
||
|
sensitivity = 0.0
|
||
|
accel_profile = flat
|
||
|
|
||
|
# Touchpad
|
||
|
touchpad {
|
||
|
disable_while_typing = false
|
||
|
natural_scroll = true
|
||
|
}
|
||
|
}
|