gemini generated lua config

This commit is contained in:
venus
2026-05-22 05:51:26 -05:00
parent 492f4723bf
commit 9231418ac1
12 changed files with 546 additions and 0 deletions

30
modules/inputs.lua Normal file
View File

@@ -0,0 +1,30 @@
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.