22 lines
460 B
Plaintext
22 lines
460 B
Plaintext
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
|
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = compose:rctrl,fkeys:basic_13-24
|
|
kb_rules =
|
|
accel_profile = flat
|
|
|
|
numlock_by_default = true
|
|
follow_mouse = 0
|
|
|
|
|
|
touchpad {
|
|
natural_scroll = no
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
exec-once = setxkbmap -layout us,fr -option 'grp:alt_ctrl_toggle,compose:rctl,fkeys:basic_13-24'
|