Files
dotflies/.config/hypr/conf/input.lua
T
2026-05-17 11:29:41 +02:00

30 lines
626 B
Lua

--############
--## INPUT ###
--############
-- https://wiki.hypr.land/Configuring/Variables/#input
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
hl.config({
input = {
kb_layout = "de",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
numlock_by_default = 1,
touchpad = {
natural_scroll = false,
},
},
-- See https://wiki.hypr.land/Configuring/Gestures
})