Add device section from deprecated configuration

This commit is contained in:
Nina Chlóe Kassandra Reiß
2026-06-19 13:47:37 +02:00
parent 55f5a412d9
commit 3c6d75de94
4 changed files with 31 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
hl.config({
input = {
-- keyboard
kb_layout = "de",
kb_options = "caps:swapescape",
numlock_by_default = true,
-- Cursor
focus_on_close = 2,
follow_mouse = 1,
touchpad = {
natural_scroll = true,
disable_while_typing = true,
},
},
})
return {
start = function() end,
}