18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
|
|
input {
|
|
kb_layout = us,no
|
|
kb_options = grp:win_space_toggle
|
|
kb_variant =
|
|
kb_model =
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
accel_profile = flat
|
|
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
} |