20 lines
511 B
Plaintext
20 lines
511 B
Plaintext
# -----------------------------------------------------
|
|
# Keyboard Layout
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
# -----------------------------------------------------
|
|
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
numlock_by_default = true
|
|
follow_mouse = 1
|
|
mouse_refocus=false
|
|
touchpad {
|
|
natural_scroll = true
|
|
disable_while_typing=true
|
|
tap-to-click=true
|
|
}
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|