22 lines
290 B
Lua
22 lines
290 B
Lua
hl.config({
|
|
input = {
|
|
kb_layout = "",
|
|
kb_variant = "",
|
|
kb_model = "",
|
|
kb_options = "",
|
|
kb_rules = "",
|
|
|
|
numlock_by_default = true,
|
|
|
|
follow_mouse = 1,
|
|
|
|
mouse_refocus = false,
|
|
accel_profile = "flat",
|
|
sensitivity = 0,
|
|
|
|
touchpad = {
|
|
natural_scroll = false,
|
|
},
|
|
},
|
|
})
|