2023-10-02 08:40:43 -04:00
|
|
|
# -----------------------------------------------------
|
2023-11-10 16:12:15 -05:00
|
|
|
# Keyboard Layout
|
2023-12-18 14:33:29 -05:00
|
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
2023-11-10 16:12:15 -05:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 08:40:43 -04:00
|
|
|
input {
|
2024-05-26 01:11:33 -04:00
|
|
|
kb_layout = us
|
|
|
|
kb_variant =
|
2023-11-27 02:57:38 -05:00
|
|
|
kb_model =
|
|
|
|
kb_options =
|
2024-02-23 03:05:14 -05:00
|
|
|
numlock_by_default = true
|
2023-10-02 08:40:43 -04:00
|
|
|
follow_mouse = 1
|
2024-02-28 11:01:05 -05:00
|
|
|
mouse_refocus=false
|
2023-10-02 08:40:43 -04:00
|
|
|
touchpad {
|
2024-05-26 19:20:39 -04:00
|
|
|
natural_scroll = ture
|
|
|
|
disable_while_typing=true
|
|
|
|
tap-to-click=true
|
2023-10-02 08:40:43 -04:00
|
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
}
|