2023-11-20 16:47:51 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Keyboard Layout
|
2023-11-22 13:21:02 +00:00
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
2023-11-20 16:47:51 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
input {
|
2023-11-20 20:45:56 +00:00
|
|
|
kb_layout = KEYBOARD_LAYOUT
|
2023-11-22 13:21:02 +00:00
|
|
|
kb_variant =
|
|
|
|
kb_model =
|
|
|
|
kb_options =
|
2024-02-23 08:05:14 +00:00
|
|
|
numlock_by_default = true
|
|
|
|
|
2024-01-22 16:33:35 +00:00
|
|
|
# For United States
|
|
|
|
# kb_layout = us
|
|
|
|
# kb_variant = intl
|
|
|
|
# kb_model = pc105
|
|
|
|
# kb_options =
|
|
|
|
|
2023-11-20 16:47:51 +00:00
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
|
|
|
natural_scroll = false
|
|
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
}
|