Swap defaults to lua

This commit is contained in:
Ryan Hughes
2026-05-11 10:39:22 -04:00
parent b93650991f
commit c7b6a7f8c4
72 changed files with 642 additions and 744 deletions
+21
View File
@@ -0,0 +1,21 @@
-- 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,
},
})