71 lines
1.3 KiB
Plaintext
71 lines
1.3 KiB
Plaintext
#############
|
|
### INPUT ###
|
|
#############
|
|
|
|
# https://wiki.hypr.land/Configuring/Variables/#input
|
|
input {
|
|
kb_layout = de
|
|
kb_variant = neo
|
|
kb_model =
|
|
kb_options = grp:alt_shift_toggle
|
|
kb_rules =
|
|
resolve_binds_by_sym = 1
|
|
|
|
follow_mouse = 1
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = true
|
|
}
|
|
}
|
|
|
|
# See https://wiki.hypr.land/Configuring/Gestures
|
|
gesture = 3, horizontal, workspace
|
|
|
|
# Example per-device config
|
|
# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more
|
|
device {
|
|
name = epic-mouse-v1
|
|
sensitivity = -0.5
|
|
}
|
|
|
|
# device {
|
|
# name = at-translated-set-2-keyboard
|
|
# kb_layout = de
|
|
# kb_variant = neo
|
|
# }
|
|
|
|
device {
|
|
name = crimsen-manufactor-crimsens-tastatur
|
|
kb_layout = de
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
}
|
|
device {
|
|
name = crimsen-manufactor-crimsens-tastatur-system-control
|
|
kb_layout = de
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
}
|
|
device {
|
|
name = crimsen-manufactor-crimsens-tastatur-consumer-control
|
|
kb_layout = de
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
}
|
|
device {
|
|
name = crimsen-manufactor-crimsens-tastatur-keyboard
|
|
kb_layout = de
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options =
|
|
kb_rules =
|
|
}
|