Files
Z-Dot/.config/hypr/settings/input.lua
T

34 lines
508 B
Lua

hl.config({
input = {
kb_layout = "",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
numlock_by_default = true,
follow_mouse = 1,
mouse_refocus = false,
accel_profile = "flat",
sensitivity = 0,
touchpad = {
natural_scroll = false,
},
},
})
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
-- See https://wiki.hypr.land/Configuring/Advanced-and-Cool/Devices/ for more
hl.device({
name = "epic-mouse-v1",
sensitivity = 0,
})