Tsuz-Hypr-Dotfiles/.config/hypr/modules/input.lua
2026-06-01 19:05:15 -04:00

17 lines
380 B
Lua

-- modules/input.lua
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/
hl.config({
input = {
kb_layout = "us",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0, -- -1.0 to 1.0, 0 = no modification
numlock_by_default = true
},
})