23 lines
359 B
Plaintext
23 lines
359 B
Plaintext
|
#############
|
||
|
### INPUT ###
|
||
|
#############
|
||
|
|
||
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||
|
input {
|
||
|
kb_layout = fr
|
||
|
kb_variant =
|
||
|
kb_model =
|
||
|
kb_options =
|
||
|
kb_rules =
|
||
|
numlock_by_default = true
|
||
|
|
||
|
follow_mouse = 1
|
||
|
|
||
|
|
||
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||
|
|
||
|
touchpad {
|
||
|
natural_scroll = false
|
||
|
}
|
||
|
}
|