mirror of
https://github.com/morten-olsen/nixos-config.git
synced 2026-02-08 00:36:27 +01:00
25 lines
441 B
Plaintext
25 lines
441 B
Plaintext
input {
|
|
kb_layout = us
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = caps:swapescape
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
|
disable_while_typing=1
|
|
natural_scroll=1
|
|
clickfinger_behavior=1
|
|
middle_button_emulation=0
|
|
tap-to-click=1
|
|
}
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
}
|
|
|
|
device:at-translated-set-2-keyboard {
|
|
kb_layout = dk
|
|
kb_variant = nodeadkeys
|
|
}
|