Hyprland-dotfiles/.install/templates/keyboard.conf

17 lines
413 B
Plaintext
Raw Normal View History

# -----------------------------------------------------
# Keyboard Layout
2023-11-22 08:21:02 -05:00
# https://wiki.hyprland.org/Configuring/Variables/#input
# -----------------------------------------------------
input {
2023-11-20 15:45:56 -05:00
kb_layout = KEYBOARD_LAYOUT
2023-11-22 08:21:02 -05:00
kb_variant =
kb_model =
kb_options =
follow_mouse = 1
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}