mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2026-01-15 16:43:06 +01:00
17 lines
295 B
Text
17 lines
295 B
Text
input {
|
|
keyboard {
|
|
xkb {
|
|
layout "us"
|
|
variant "altgr-intl"
|
|
}
|
|
repeat-delay 600
|
|
repeat-rate 25
|
|
track-layout "global"
|
|
}
|
|
touchpad {
|
|
dwt
|
|
dwtp
|
|
natural-scroll
|
|
}
|
|
mouse { accel-profile "flat"; }
|
|
}
|