17 lines
339 B
Lua
17 lines
339 B
Lua
-- config/input.lua
|
|
|
|
hl.config({
|
|
input = {
|
|
kb_layout = "de",
|
|
follow_mouse = 2,
|
|
float_switch_override_focus = 2,
|
|
numlock_by_default = true,
|
|
},
|
|
})
|
|
|
|
-- Per-device config for the G502
|
|
hl.device({
|
|
name = "logitech-gaming-mouse-g502",
|
|
sensitivity = 0.9,
|
|
})
|