33 lines
754 B
Plaintext
33 lines
754 B
Plaintext
|
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
|
input {
|
|
# index 0 = dvorak-intl (default), index 1 = us-intl
|
|
# switch with $mainMod ALT, SPACE (see keybinds.conf)
|
|
kb_layout = us,us
|
|
kb_variant = dvorak-intl,intl
|
|
kb_model =
|
|
kb_rules =
|
|
kb_options = caps:backspace
|
|
|
|
follow_mouse = 0
|
|
|
|
accel_profile = flat
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = false
|
|
}
|
|
}
|
|
|
|
# Layouts are inherited from the global input block so that layout
|
|
# switching applies to these too. Only bind resolution differs here.
|
|
device {
|
|
name = at-translated-set-2-keyboard
|
|
resolve_binds_by_sym = 1
|
|
}
|
|
|
|
device {
|
|
name = topre-corporation-hhkb-professional
|
|
resolve_binds_by_sym = 1
|
|
}
|