Hyprland-dotfiles/.install/templates/keyboard.conf
Stephan Raabe 878c084eab Updates
2024-02-23 09:05:14 +01:00

24 lines
559 B
Plaintext

# -----------------------------------------------------
# Keyboard Layout
# https://wiki.hyprland.org/Configuring/Variables/#input
# -----------------------------------------------------
input {
kb_layout = KEYBOARD_LAYOUT
kb_variant =
kb_model =
kb_options =
numlock_by_default = true
# For United States
# kb_layout = us
# kb_variant = intl
# kb_model = pc105
# kb_options =
follow_mouse = 1
touchpad {
natural_scroll = false
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}