Dotfiles/desktopenvs/hyprlua/hypr-usr/input.lua

28 lines
635 B
Lua

-- https://wiki.hypr.land/Configuring/Basics/Variables/
hl.config({
input = {
kb_layout = "de",
kb_variant = "",
kb_model = "",
kb_options = "caps:swapescape",
kb_rules = "",
left_handed = true,
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = false,
},
},
})
hl.device({
name = "zsa-technology-labs-moonlander-mark-i-keyboard",
kb_layout = "de",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
repeat_rate = 15,
repeat_delay = 500,
sensitivity = 0,
})