23 lines
424 B
Plaintext
23 lines
424 B
Plaintext
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
input {
|
|
kb_layout = de
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = caps:swapescape
|
|
kb_rules =
|
|
left_handed = true
|
|
follow_mouse = 1
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
}
|
|
|
|
#$LAPTOP_KB_ENABLED = true
|
|
#device {
|
|
# name = synaptics-tm3053-009
|
|
# enabled = $LAPTOP_KB_ENABLED
|
|
#}
|