update to lua
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
hl.config({
|
||||
input={
|
||||
-- keyboard
|
||||
kb_model = "",
|
||||
kb_layout = "de",
|
||||
kb_variant = "",
|
||||
kb_options = "",
|
||||
kb_rules = "",
|
||||
kb_file = "",
|
||||
numlock_by_default = true,
|
||||
-- mouse
|
||||
sensitivity = 0,
|
||||
left_handed = false,
|
||||
natural_scroll = false,
|
||||
follow_mouse = 1,
|
||||
touchpad = {
|
||||
disable_while_typing = false,
|
||||
natural_scroll = true,
|
||||
scroll_factor = 0.15,
|
||||
middle_button_emulation = true,
|
||||
clickfinger_behavior = true,
|
||||
drag_lock = 1,
|
||||
tap_and_drag = true,
|
||||
drag_3fg = 2,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
-- hyprctl devices
|
||||
hl.device({
|
||||
name = "evision-rgb-keyboard",
|
||||
kb_layout = "us",
|
||||
})
|
||||
hl.device({
|
||||
name = "evision-rgb-keyboard-1",
|
||||
kb_layout = "us",
|
||||
})
|
||||
Reference in New Issue
Block a user