Files
Hyprland-config/modules/inputs.lua
2026-05-22 05:51:26 -05:00

31 lines
681 B
Lua

hl.config({
input = {
kb_layout = "us",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = true
}
},
cursor_inactive_timeout = 0.1,
gesture = {
workspace_swipe = true, -- Simplified based on common usage
workspace_swipe_fingers = 3
},
device = {
{
name = "epic-mouse-v1",
sensitivity = -0.5
}
}
})
-- The old 'gesture = 3, horizontal, workspace' might be handled differently in Lua.
-- Based on the search, hl.config handles these.