24 lines
388 B
Lua
24 lines
388 B
Lua
--Set inputs here
|
|
|
|
hl.config({
|
|
input = {
|
|
kb_layout = "fr",
|
|
kb_variant = "",
|
|
kb_model = "",
|
|
kb_options = "",
|
|
kb_rules = "",
|
|
|
|
follow_mouse = 1,
|
|
|
|
sensitivity = 0,
|
|
|
|
touchpad = {
|
|
natural_scroll = false,
|
|
},
|
|
},
|
|
cursor = {
|
|
no_hardware_cursors = 0,
|
|
min_refresh_rate = 165
|
|
}
|
|
})
|