Files
dotfiles/arch/hypr/.config/conf/keyboard.conf
2025-11-19 20:41:01 +01:00

21 lines
559 B
Plaintext

# -----------------------------------------------------
# Keyboard Layout
# https://wiki.hyprland.org/Configuring/Variables/#input
# -----------------------------------------------------
input {
kb_layout = us
kb_variant =
kb_model =
kb_options =
numlock_by_default = true
follow_mouse = 1
mouse_refocus=false
touchpad {
natural_scroll = false
scroll_factor = 1.0 # Touchpad scroll factor
disable_while_typing = false
}
sensitivity = 0 # Pointer speed: -1.0 - 1.0, 0 means no modification.
}