Files
2026-05-11 10:39:22 -04:00

22 lines
394 B
Lua

-- https://wiki.hypr.land/Configuring/Basics/Variables/#input
hl.config({
input = {
kb_layout = "us",
kb_variant = "",
kb_model = "",
kb_options = "compose:caps",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = false,
},
},
misc = {
key_press_enables_dpms = true,
mouse_move_enables_dpms = true,
},
})