Files
dotfiles/.config/hypr/config/input.lua
T
2026-08-19 19:56:58 +02:00

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,
})