Hyprland-dotfiles/hypr/conf/keyboard.conf

17 lines
429 B
Plaintext
Raw Normal View History

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 {
2023-12-18 14:33:29 -05:00
kb_layout = de
2023-11-27 02:57:38 -05:00
kb_variant =
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
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}