Files
dotfiles/.config/hypr/hyprland/input.lua
2026-07-17 15:38:13 +02:00

20 lines
331 B
Lua

hl.config({
cursor = {
no_hardware_cursors = 0,
},
input = {
kb_layout = "de",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
numlock_by_default = true,
follow_mouse = 2,
sensitivity = 0
},
gestures = {}
})