30 lines
626 B
Lua
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
|
|
})
|
|
|