2023-11-20 11:47:51 -05:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Keyboard Layout
|
2023-11-22 08:21:02 -05:00
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
2023-11-20 11:47:51 -05:00
|
|
|
# -----------------------------------------------------
|
|
|
|
input {
|
2023-11-20 15:45:56 -05:00
|
|
|
kb_layout = KEYBOARD_LAYOUT
|
2024-05-29 05:42:22 -04:00
|
|
|
kb_variant = KEYBOARD_VARIANT
|
2023-11-22 08:21:02 -05:00
|
|
|
kb_model =
|
|
|
|
kb_options =
|
2024-02-23 03:05:14 -05:00
|
|
|
numlock_by_default = true
|
2024-02-28 11:01:05 -05:00
|
|
|
mouse_refocus=false
|
2024-02-23 03:05:14 -05:00
|
|
|
|
2024-01-22 11:33:35 -05:00
|
|
|
# For United States
|
|
|
|
# kb_layout = us
|
|
|
|
# kb_variant = intl
|
|
|
|
# kb_model = pc105
|
|
|
|
# kb_options =
|
|
|
|
|
2023-11-20 11:47:51 -05:00
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
2024-05-27 10:15:06 -04:00
|
|
|
# for desktop
|
2023-11-20 11:47:51 -05:00
|
|
|
natural_scroll = false
|
2024-05-27 10:15:06 -04:00
|
|
|
|
|
|
|
# for laptop
|
|
|
|
# natural_scroll = yes
|
|
|
|
# middle_button_emulation = true
|
|
|
|
# clickfinger_behavior = 1
|
2023-11-20 11:47:51 -05:00
|
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
}
|